1using System.Collections.Generic;
2using System.Runtime.Serialization;
10 [DataMember(Order = 10)]
11 public Dictionary<string, double>
objectives {
get;
set; }
14 [DataMember(Order = 11)]
20 [DataMember(Order = 12)]
Base class used by all types and resources.
Object to map metrics on the initial portfolio.
Dictionary< string, double > constraints
The set of constraint function results for this candidate.
Dictionary< string, double > objectives
The set of objective function results for this candidate.
bool feasible
The feasibility of the candidate based on the constraints evaluated by the optimization algorithm for...