public interface NeoParameterized
Modifier and Type | Method and Description |
---|---|
void |
getDefaultValues(double[] store,
int startIndex)
get default value parameter values
|
double |
getLowerLimit(int n)
get lower parameter limit
|
int |
getNumberOfParameters()
get number of parameters
|
void |
getParameters(double[] parameterStore,
int startIndex)
get model parameter
|
double |
getUpperLimit(int n)
get upper parameter limit
|
void |
setParameters(double[] parameters,
int startIndex)
set model parameter
|
int getNumberOfParameters()
void setParameters(double[] parameters, int startIndex)
parameters
- the array holding the parametersstartIndex
- the index into the array that the related parameters start atvoid getParameters(double[] parameterStore, int startIndex)
parameters
- the array holding the parametersstartIndex
- the index into the array that the related parameters start atdouble getLowerLimit(int n)
n
- parameter numberdouble getUpperLimit(int n)
n
- parameter numbervoid getDefaultValues(double[] store, int startIndex)