C# Класс SwarmOps.WeightedProblem

Problem and weight pair for use in meta-optimization.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WeightedProblem ( Problem problem )

Construct the object, weight will be set to 1.0

WeightedProblem ( double weight, Problem problem )

Construct the object.

Описание методов

WeightedProblem() публичный Метод

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

WeightedProblem() публичный Метод

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