Constructor of R2 refactored
Constructor of R2 refactored. Removing code dup...
This commit updates the constructors for creati...
Formatting changes
I have included the MOCHC within the project. I...
fixed equals method for the MOCHC
First version of the GAWASFGA algorithm (aggreg...
changes in the ASF functions used in GAWASFGA a...
unused warning removed from DMOPSO.java
Mombi versions adaptation to master brach. Chag...
Merge branch 'master' of https://github.com/jMe...
WASFGA implementation based on MOMBI
Fixing bug in dMOPSO algorithm (int computeNewP...
Un-commenting the code that prints the files to...
Removed unused import from MOMBI2
ASFUtility Functions allow now user defined ref...
Removed unused import from AbstractUtilityFunct...
Removing the file of the old Environmental Sele...
Classes implementing MOCEll. Currently the impl...
Visibility of computeHVContribution changed to ...
Introduced the concept of TournamentSelection. ...
Eliminated duplicate code to compute the distan...
Removed comment in the else part of a branch th...
More on archive refactoring (forgot a class in ...
New classes implementing the SPEA2 Algorithm.
Refactoring the code of archives in the new ver...
Added removed method ComputeDistance to Crowdin...
Merge branch 'develop' of https://github.com/aj...
Archives now DO NOT ADD a solution when it is a...
Merge branch 'develop' of https://github.com/aj...
Bug detected in the NonDominatedSolutionListArc...
EnvironmentalSelection for NSGAIII renamed to E...
Incorporated new facility to get a matrix with ...
changes in the classes EnvironmentalSelection a...
adding my builder for NSGAIII
On my way to implement NSGAIII. New selction Op...
Merge branch 'develop' of https://github.com/aj...
Bug solved in NSGAIII
Number of divisions set as parameter
Migrating to support guice
Merge branch 'developer' of https://github.com/...
Migrating to support guice2
Commit before the new branch is created
Merge branch 'developer' of https://github.com/...
Guice support translation started
Algorithms are not in error status anymore. Inj...
Tests with injection constructors