VPComputationFactory ConstructAndExecuteVectorizedOptimizer Method (ForwardSolverType, OptimizerType, SolutionDomainType, IndependentVariableAxis,  Double ,  Double ,  Double , OpticalProperties, InverseFitType,  Double )Virtual Photonics - VTS Library
Virtual Photonics

Namespace: Vts.Factories
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static double[] ConstructAndExecuteVectorizedOptimizer(
	ForwardSolverType forwardSolverType,
	OptimizerType optimizerType,
	SolutionDomainType solutionDomainType,
	IndependentVariableAxis independentAxisType,
	double[] independentValues,
	double[] dependentValues,
	double[] standardDeviationValues,
	OpticalProperties opticalPropertyGuess,
	InverseFitType inverseFitType,
	params double[] constantValues
)

Parameters

forwardSolverType
Type: Vts ForwardSolverType
optimizerType
Type: Vts OptimizerType
solutionDomainType
Type: Vts SolutionDomainType
independentAxisType
Type: Vts IndependentVariableAxis
independentValues
Type:  OnlineSystem Double 
dependentValues
Type:  OnlineSystem Double 
standardDeviationValues
Type:  OnlineSystem Double 
opticalPropertyGuess
Type: Vts OpticalProperties
inverseFitType
Type: Vts InverseFitType
constantValues
Type:  OnlineSystem Double 

Return Value

Type:  OnlineDouble 
See Also