Delegate SolverDelegates.StopConditionWithLevelDelegate<TProblem, TObjective, TSolution>
A delegate for a stop condition.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate bool StopConditionWithLevelDelegate<TProblem, TObjective, TSolution>(int iteration, int level, TProblem problem, TObjective objective, TSolution solution);
Parameters
|
System.Int32
iteration
|
|
System.Int32
level
|
|
TProblem
problem
|
|
TObjective
objective
|
|
TSolution
solution
|
Returns
|
System.Boolean
|
Type Parameters
|
TProblem
|
|
TObjective
|
|
TSolution
|