Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.Optimization.ObjectiveFunctions
NonlinearObjectiveFunctionNonAllocatingBase Class
NonlinearObjectiveFunctionNonAllocatingBase Methods
EvaluateAt Method
EvaluateAt(IReadOnlyList<Double>) Method
EvaluateAt(Vector<Double>) Method
Nonlinear
Objective
Function
Non
Allocating
Base
Evaluate
At(IRead
Only
List
Double
) Method
Evaluates the model at the given parameter vector and invalidates cached dependent values.
Namespace:
Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Copy
public
void
EvaluateAt
(
IReadOnlyList
<
double
>
parameters
)
Parameters
parameters
IReadOnlyList
Double
The parameter vector.
Implements
IObjectiveModelNonAllocating
EvaluateAt(IReadOnlyList
Double
)
Exceptions
Exception
Condition
ArgumentNullException
Thrown when
parameters
is
.
ArgumentException
Thrown when any element of
parameters
is not finite.
See Also
Reference
NonlinearObjectiveFunctionNonAllocatingBase Class
EvaluateAt Overload
Altaxo.Calc.Optimization.ObjectiveFunctions Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net