AmoebaOptimizer Constructor

Public Sub New( _ 
ByVal amoebaSize As Integer, _ 
ByVal dim As Integer, _ 
ByVal minX As Double, _ 
ByVal maxX As Double, _ 
ByVal maxLoop As Integer, _ 
ByVal stopval As Double, _ 
ByVal userData As Object, _ 
ByVal objectiveFunction As Func(Of Double[], Object, Double) _ 
)
This language is not supported or no code example is available.
public AmoebaOptimizer( 
int amoebaSize
int dim
double minX
double maxX
int maxLoop
double stopval
object userData
Func<double[], object, double> objectiveFunction 
)
This language is not supported or no code example is available.
public:  
AmoebaOptimizer( 
int amoebaSize
int dim
double minX
double maxX
int maxLoop
double stopval
object^ userData
Func<array< double >^, object^, double>^ objectiveFunction 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

amoebaSize
int

dim
int

minX
double

maxX
double

maxLoop
int

stopval
double

userData
object

objectiveFunction
Func<double[], object, double>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition