com.cureos.numerics
Interface Calcfc
-
public interface CalcfcInterface for calculation of objective function and constraints in COBYLA2 optimization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doubleCompute(int n, int m, double[] x, double[] con)The objective and constraints function evaluation method used in COBYLA2 minimization.
-
-
-
Method Detail
-
Compute
double Compute(int n, int m, double[] x, double[] con)The objective and constraints function evaluation method used in COBYLA2 minimization.- Parameters:
n- Number of variables.m- Number of constraints.x- Variable values to be employed in function and constraints calculation.con- Calculated function values of the constraints.- Returns:
- Calculated objective function value.
-
-
DMelt 3.0 © DataMelt by jWork.ORG