paradiseo/test/moeo
Adèle Harrissart 490e837f7a * New tree configuration of the project:
.../
   ...           + -- EO
   |             |
   |             |
   +-- src ----- + -- EDO
   |             |
   |             |
   +-- test      + -- MO
   |             |
   |             |
   +-- tutorial  + -- MOEO
   |             |
   |             |
   +-- doc       + -- SMP
   |             |
   |             |
   ...           + -- EOMPI
                 |
                 |
                 + -- EOSERIAL

Question for current maintainers: ./README: new release?

Also:

* Moving out eompi & eoserial modules (issue #2).

* Correction of the errors when executing "make doc" command.

* Adding a solution for the conflicting headers problem (see the two CMake Cache
 Values: PROJECT_TAG & PROJECT_HRS_INSTALL_SUBPATH) (issue #1)

* Header inclusions:
        ** src: changing absolute paths into relative paths ('#include <...>' -> '#include "..."')
        ** test, tutorial: changing relative paths into absolute paths ('#include "..."' -> '#include <...>')

* Moving out some scripts from EDO -> to the root

* Add a new script for compilation and installation (see build_gcc_linux_install)

* Compilation with uBLAS library or EDO module: now ok

* Minor modifications on README & INSTALL files

* Comment eompi failed tests with no end

*** TODO: CPack (debian (DEB) & RedHat (RPM) packages) (issues #6 & #7) ***
2014-09-06 13:04:35 +02:00
..
CMakeLists.txt * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
moeoTestClass.h * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeo.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeo2DMinHypervolumeArchive.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoAchievementFitnessAssignment.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoAggregationFitnessAssignment.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoAggregativeComparator.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoAggregativeFitnessAssignment.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoASEEA.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoASFAMetric.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoASFAOrMetric.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoBitVector.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoBoundedArchive.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoChebyshevMetric.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoChebyshevOrientedMetric.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoConstraintFitnessAssignment.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoCrowdingDiversityAssignment.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoDetArchiveSelect.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoDiversityThenFitnessComparator.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoDMLSGenUpdater.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoDMLSMonOp.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoDominanceCountFitnessAssignment.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoDominanceCountRankingFitnessAssignment.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoDominanceDepthFitnessAssignment.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoDominanceMatrix.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoDominanceRankFitnessAssignment.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoEasyEA.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoEpsilonHyperboxArchive.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoEpsilonObjectiveVectorComparator.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoExhaustiveNeighborhoodExplorer.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoExhaustiveUnvisitedSelect.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoExpBinaryIndicatorBasedFitnessAssignment.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoFirstImprovingNeighborhoodExplorer.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoFitDivBoundedArchive.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoFitnessThenDiversityComparator.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoHyperVolumeDifferenceMetric.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoHyperVolumeMetric.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoIBEA.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoImprOnlyBoundedArchive.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoIntVector.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoMax3Obj.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoMOGA.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoNearestNeighborDiversityAssignment.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoNoDesimprovingNeighborhoodExplorer.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoNSGA.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoNSGAII.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoNumberUnvisitedSelect.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoParetoObjectiveVectorComparator.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoPLS1.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoPLS2.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoQuadTreeArchive.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoQuadTreeIndex.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoQuickUnboundedArchiveIndex.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoRealVector.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoSEEA.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoSharingDiversityAssignment.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoSimpleSubNeighborhoodExplorer.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoSPEA2.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoSPEA2Archive.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoStrictObjectiveVectorComparator.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoUnboundedArchive.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoVecVsVecAdditiveEpsilonBinaryMetric.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoVecVsVecMultiplicativeEpsilonBinaryMetric.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-moeoWeakObjectiveVectorComparator.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00