Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Standard interface for all optimization libraries
Namespace: VtsAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- a
- Type: System Double
optimization parameter initial guess
- ia
- Type: System Boolean
accompanying array to a that specifies which parameters to fit (held constant otherwise)
- y
- Type: System Double
"measured" values
- ey
- Type: System Double
standard deviation values of y
- forwardFunc
- Type: System Func Double , Object , Double
delegate function that evaluates the objective function given a parameter optimization array and (optional) constant variables
- forwardVariables
- Type: System Object
Return Value
Type: DoubleSee Also