org.ddogleg.optimization.functions
Interface FunctionNtoS
-
- All Known Implementing Classes:
- CallCounterNtoS, EvalFuncDodcfg.Func, LsToNonLinear, TrivialFunctionNtoS
public interface FunctionNtoSFunction for non-linear optimization that has a single output and N inputs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description intgetNumOfInputsN()The number of inputs.doubleprocess(double[] input)Computes the output given an array of inputs.
-
-
-
Method Detail
-
getNumOfInputsN
int getNumOfInputsN()
The number of inputs. Typically the parameters you are optimizing.- Returns:
- Number of inputs.
-
process
double process(double[] input)
Computes the output given an array of inputs.- Parameters:
input- Array containing input values- Returns:
- The output.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG