@ax-llm/ax 13.0.23 → 13.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs +29 -29
- package/index.cjs.map +1 -1
- package/index.d.cts +4 -0
- package/index.d.ts +4 -0
- package/index.global.js +29 -29
- package/index.global.js.map +1 -1
- package/index.js +30 -30
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.d.cts
CHANGED
|
@@ -4333,6 +4333,10 @@ declare class AxMiPRO<IN extends AxGenIn = AxGenIn, OUT extends AxGenOut = AxGen
|
|
|
4333
4333
|
* Encodes a configuration into a string key for surrogate model lookup
|
|
4334
4334
|
*/
|
|
4335
4335
|
private encodeConfiguration;
|
|
4336
|
+
/**
|
|
4337
|
+
* Simple string hash function for instruction content
|
|
4338
|
+
*/
|
|
4339
|
+
private hashString;
|
|
4336
4340
|
/**
|
|
4337
4341
|
* Updates the surrogate model with a new configuration-score pair
|
|
4338
4342
|
*/
|
package/index.d.ts
CHANGED
|
@@ -4333,6 +4333,10 @@ declare class AxMiPRO<IN extends AxGenIn = AxGenIn, OUT extends AxGenOut = AxGen
|
|
|
4333
4333
|
* Encodes a configuration into a string key for surrogate model lookup
|
|
4334
4334
|
*/
|
|
4335
4335
|
private encodeConfiguration;
|
|
4336
|
+
/**
|
|
4337
|
+
* Simple string hash function for instruction content
|
|
4338
|
+
*/
|
|
4339
|
+
private hashString;
|
|
4336
4340
|
/**
|
|
4337
4341
|
* Updates the surrogate model with a new configuration-score pair
|
|
4338
4342
|
*/
|