File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ import { antiLowerConvexHull } from './util/antiLowerConvexHull';
13
13
* @param {import('cheminfo-types').NumberArray } lowerBoundaries - Array containing for each variable the lower boundary
14
14
* @param {import('cheminfo-types').NumberArray } upperBoundaries - Array containing for each variable the higher boundary
15
15
* @param {object } [options={}]
16
- * @param {number } [options.iterations] - Number of iterations.
17
- * @param {number } [options.epsilon] - Tolerance to choose best current value.
18
- * @param {number } [options.tolerance] - Minimum tolerance of the function.
19
- * @param {number } [options.tolerance2] - Minimum tolerance of the function.
16
+ * @param {number } [options.iterations=50 ] - Number of iterations.
17
+ * @param {number } [options.epsilon=1e-4 ] - Tolerance to choose best current value.
18
+ * @param {number } [options.tolerance=1e-16 ] - Minimum tolerance of the function.
19
+ * @param {number } [options.tolerance2=1e-12 ] - Minimum tolerance of the function.
20
20
* @param {object } [options.initialState={}] - finalState of previous optimization.
21
21
* @returns {object } {finalState, iterations, minFunctionValue}
22
22
*/
You can’t perform that action at this time.
0 commit comments