SwarmOps.WeightedProblem.WeightedProblem C# (CSharp) Method

WeightedProblem() public method

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

Same methods

WeightedProblem::WeightedProblem ( double weight, Problem problem )
WeightedProblem