C# Class SwarmOps.WeightedProblem

Problem and weight pair for use in meta-optimization.
Datei anzeigen Open project: DanWBR/dwsim3 Class Usage Examples

Public Methods

Method Description
WeightedProblem ( Problem problem )

Construct the object, weight will be set to 1.0

WeightedProblem ( double weight, Problem problem )

Construct the object.

Method Details

WeightedProblem() public method

Construct the object, weight will be set to 1.0
public WeightedProblem ( Problem problem )
problem Problem Problem object.

WeightedProblem() public method

Construct the object.
public WeightedProblem ( double weight, Problem problem )
weight double Weight.
problem Problem Problem object.