26 j.at(
"values").get_to( f.
values );
27 j.at(
"weights").get_to( f.
weights );
28 j.at(
"wvalues").get_to( f.
wvalues );
29 j.at(
"loss").get_to( f.
loss );
30 j.at(
"loss_v").get_to( f.
loss_v );
32 j.at(
"size").get_to( f.
size );
33 j.at(
"depth").get_to( f.
depth );
34 j.at(
"dcounter").get_to( f.
dcounter );
36 j.at(
"rank").get_to( f.
rank );
60 if (flag1==1 && flag2==0)
64 else if (flag1==0 && flag2==1)
< nsga2 selection operator for getting the front
void from_json(const json &j, Fitness &f)
void to_json(json &j, const Fitness &f)
Represents the fitness of an individual in the Brush namespace.
float crowding_dist
crowding distance on the Pareto front
float loss
aggregate loss score
unsigned int dcounter
number of individuals this dominates
float loss_v
aggregate validation loss score
vector< float > get_wvalues() const
unsigned int rank
pareto front rank
Fitness(const vector< float > &w={})
vector< unsigned int > dominated
individual indices this dominates
int dominates(const Fitness &b) const
set obj vector given a string of objective names