- Week - Class in jenes.tutorials.problem13
-
This class represents the abstraction of a week
- Week(int, int) - Constructor for class jenes.tutorials.problem13.Week
-
Creates the whole week, from Monday to Sunday.
- Week() - Constructor for class jenes.tutorials.problem13.Week
-
Default constructor
- WeekFitness - Class in jenes.tutorials.problem13
-
Rappresent the fitness function used to evaluate the quality of a solution
founded by the algorithm.
- WeekFitness(int, boolean, Student[], Week, int) - Constructor for class jenes.tutorials.problem13.WeekFitness
-
Creates a new fitness with the given number of objectives and a flag indicating
if consider the maximum score or the minum as better.
- WordCoding - Class in jenes.chromosome.codings
-
Represents a word coding with 16 bits unsigned representation.
- WordCoding() - Constructor for class jenes.chromosome.codings.WordCoding
-
Default constructor