Skip to content
Snippets Groups Projects
Commit c2bffa7e authored by Lucas Hernan Bruzzone Rodriguez's avatar Lucas Hernan Bruzzone Rodriguez
Browse files

Update newGAstructures.hh

parent 2f93a4ef
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,13 @@ struct individual // index of a individual in the population and its fitness
double sel_parameter;
bool change;
};
struct Empleado // index of a individual in the population and its fitness
{
int _horas;
float _habilidad;
double _sueldo;
};
/*int lessF(const struct individual &i1,const struct individual &i2)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment