C# 클래스 SwarmOps.WeightedProblem

Problem and weight pair for use in meta-optimization.
파일 보기 프로젝트 열기: DanWBR/dwsim3 1 사용 예제들

공개 메소드들

메소드 설명
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.