added licence header

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@656 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-10-08 08:52:33 +00:00
commit 2d3587c1ee
105 changed files with 3639 additions and 1016 deletions

View file

@ -1,6 +1,6 @@
/** @mainpage Welcome to ParadisEO-MOEO /** @mainpage Welcome to ParadisEO-MOEO
@section intro Introduction @section Introduction
ParadisEO-MOEO is a white-box object-oriented generic framework dedicated to the flexible design of evolutionary multi-objective algorithms. ParadisEO-MOEO is a white-box object-oriented generic framework dedicated to the flexible design of evolutionary multi-objective algorithms.
This paradigm-free software embeds some features and techniques for Pareto-based resolution and This paradigm-free software embeds some features and techniques for Pareto-based resolution and
@ -20,25 +20,53 @@ Tutorials for ParadisEO-MOEO are available <a href="http://paradiseo.gforge.inri
@section install Installation @section Installation
The installation procedure of the package is detailed in the <a The installation procedure of the package is detailed in the <a
href="../../README">README</a> file in the top-directory of the source-tree. href="../../README">README</a> file in the top-directory of the source-tree.
@section design Overall Design @section Design
For an introduction to the design of ParadisEO-MOEO, For an introduction to the design of ParadisEO-MOEO,
you can look at the <a href="http://paradiseo.gforge.inria.fr">ParadisEO website</a>. you can look at the <a href="http://paradiseo.gforge.inria.fr">ParadisEO website</a>.
@section LICENCE
This software is governed by the CeCILL license under French law and
abiding by the rules of distribution of free software. You can use,
modify and/ or redistribute the software under the terms of the CeCILL
license as circulated by CEA, CNRS and INRIA at the following URL
"http://www.cecill.info".
As a counterpart to the access to the source code and rights to copy,
modify and redistribute granted by the license, users are provided only
with a limited warranty and the software's author, the holder of the
economic rights, and the successive licensors have only limited liability.
In this respect, the user's attention is drawn to the risks associated
with loading, using, modifying and/or developing or reproducing the
software by the user in light of its specific status of free software,
that may mean that it is complicated to manipulate, and that also
therefore means that it is reserved for developers and experienced
professionals having in-depth computer knowledge. Users are therefore
encouraged to load and test the software's suitability as regards their
requirements in conditions enabling the security of their systems and/or
data to be ensured and, more generally, to use and operate it in the
same conditions as regards security.
The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms.
ParadisEO WebSite : http://paradiseo.gforge.inria.fr
Contact: paradiseo-help@lists.gforge.inria.fr
*/ */
/** @page webpages Related webpages /** @page webpages Related webpages
- ParadisEO <a href="http://paradiseo.gforge.inria.fr">homepage</a> - ParadisEO <a href="http://paradiseo.gforge.inria.fr">homepage</a>
- INRIA GForge <a href="http://gforge.inria.fr/projects/paradiseo/">project page</a> - INRIA GForge <a href="http://gforge.inria.fr/projects/paradiseo/">project page</a>
- <a href="../../README">README</a> - <a href="../../README">README</a>
- <a href="../../NEWS">NEWS</a>
*/ */

View file

@ -73,7 +73,7 @@ FILE_VERSION_FILTER =
# configuration options related to warning and progress messages # configuration options related to warning and progress messages
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
QUIET = YES QUIET = YES
WARNINGS = YES WARNINGS = NO
WARN_IF_UNDOCUMENTED = NO WARN_IF_UNDOCUMENTED = NO
WARN_IF_DOC_ERROR = YES WARN_IF_DOC_ERROR = YES
WARN_NO_PARAMDOC = NO WARN_NO_PARAMDOC = NO

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoAlgo.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoAlgo.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOALGO_H_ #ifndef MOEOALGO_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoCombinedLS.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoCombinedLS.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOCOMBINEDLS_H_ #ifndef MOEOCOMBINEDLS_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoEA.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoEA.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOEA_H_ #ifndef MOEOEA_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoEasyEA.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoEasyEA.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef _MOEOEASYEA_H #ifndef _MOEOEASYEA_H

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoHybridLS.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoHybridLS.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOHYBRIDLS_H_ #ifndef MOEOHYBRIDLS_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoIBEA.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoIBEA.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOIBEA_H_ #ifndef MOEOIBEA_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoIBMOLS.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoIBMOLS.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOIBMOLS_H_ #ifndef MOEOIBMOLS_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoIteratedIBMOLS.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoIteratedIBMOLS.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOITERATEDIBMOLS_H_ #ifndef MOEOITERATEDIBMOLS_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoLS.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoLS.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOLS_H_ #ifndef MOEOLS_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoNSGA.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoNSGA.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEONSGA_H_ #ifndef MOEONSGA_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoNSGAII.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoNSGAII.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEONSGAII_H_ #ifndef MOEONSGAII_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoArchive.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoArchive.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOARCHIVE_H_ #ifndef MOEOARCHIVE_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoAggregativeComparator.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoAggregativeComparator.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOAGGREGATIVECOMPARATOR_H_ #ifndef MOEOAGGREGATIVECOMPARATOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoComparator.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoComparator.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOCOMPARATOR_H_ #ifndef MOEOCOMPARATOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoDiversityThenFitnessComparator.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoDiversityThenFitnessComparator.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEODIVERSITYTHENFITNESSCOMPARATOR_H_ #ifndef MOEODIVERSITYTHENFITNESSCOMPARATOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoFitnessThenDiversityComparator.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoFitnessThenDiversityComparator.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOFITNESSTHENDIVERSITYCOMPARATOR_H_ #ifndef MOEOFITNESSTHENDIVERSITYCOMPARATOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoGDominanceObjectiveVectorComparator.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoGDominanceObjectiveVectorComparator.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOGDOMINANCEOBJECTIVEVECTORCOMPARATOR_H_ #ifndef MOEOGDOMINANCEOBJECTIVEVECTORCOMPARATOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoObjectiveObjectiveVectorComparator.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoObjectiveObjectiveVectorComparator.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOOBJECTIVEOBJECTIVEVECTORCOMPARATOR_H_ #ifndef MOEOOBJECTIVEOBJECTIVEVECTORCOMPARATOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoObjectiveVectorComparator.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoObjectiveVectorComparator.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOOBJECTIVEVECTORCOMPARATOR_H_ #ifndef MOEOOBJECTIVEVECTORCOMPARATOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoOneObjectiveComparator.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoOneObjectiveComparator.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOONEOBJECTIVECOMPARATOR_H_ #ifndef MOEOONEOBJECTIVECOMPARATOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoParetoObjectiveVectorComparator.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoParetoObjectiveVectorComparator.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOPARETOOBJECTIVEVECTORCOMPARATOR_H_ #ifndef MOEOPARETOOBJECTIVEVECTORCOMPARATOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <MOEO.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// MOEO.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEO_H_ #ifndef MOEO_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoBitVector.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoBitVector.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOBITVECTOR_H_ #ifndef MOEOBITVECTOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoEvalFunc.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoEvalFunc.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOEVALFUNC_H_ #ifndef MOEOEVALFUNC_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoObjectiveVector.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoObjectiveVector.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOOBJECTIVEVECTOR_H_ #ifndef MOEOOBJECTIVEVECTOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoObjectiveVectorTraits.cpp>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoObjectiveVectorTraits.cpp * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include <core/moeoObjectiveVectorTraits.h> #include <core/moeoObjectiveVectorTraits.h>

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoObjectiveVectorTraits.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoObjectiveVectorTraits.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOOBJECTIVEVECTORTRAITS_H_ #ifndef MOEOOBJECTIVEVECTORTRAITS_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoRealObjectiveVector.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoRealObjectiveVector.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOREALOBJECTIVEVECTOR_H_ #ifndef MOEOREALOBJECTIVEVECTOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoRealVector.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoRealVector.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOREALVECTOR_H_ #ifndef MOEOREALVECTOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoVector.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoVector.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOVECTOR_H_ #ifndef MOEOVECTOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoDistance.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoDistance.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEODISTANCE_H_ #ifndef MOEODISTANCE_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoDistanceMatrix.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoDistanceMatrix.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEODISTANCEMATRIX_H_ #ifndef MOEODISTANCEMATRIX_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoEuclideanDistance.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoEuclideanDistance.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOEUCLIDEANDISTANCE_H_ #ifndef MOEOEUCLIDEANDISTANCE_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoManhattanDistance.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoManhattanDistance.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOMANHATTANDISTANCE_H_ #ifndef MOEOMANHATTANDISTANCE_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoNormalizedDistance.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoNormalizedDistance.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEONORMALIZEDDISTANCE_H_ #ifndef MOEONORMALIZEDDISTANCE_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoCrowdingDiversityAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoCrowdingDiversityAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOCROWDINGDIVERSITYASSIGNMENT_H_ #ifndef MOEOCROWDINGDIVERSITYASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoDiversityAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoDiversityAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEODIVERSITYASSIGNMENT_H_ #ifndef MOEODIVERSITYASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoDummyDiversityAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoDummyDiversityAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEODUMMYDIVERSITYASSIGNMENT_H_ #ifndef MOEODUMMYDIVERSITYASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoFrontByFrontCrowdingDiversityAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoFrontByFrontCrowdingDiversityAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOFRONTBYFRONTCROWDINGDIVERSITYASSIGNMENT_H_ #ifndef MOEOFRONTBYFRONTCROWDINGDIVERSITYASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoFrontByFrontSharingDiversityAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoFrontByFrontSharingDiversityAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOFRONTBYFRONTSHARINGDIVERSITYASSIGNMENT_H_ #ifndef MOEOFRONTBYFRONTSHARINGDIVERSITYASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoSharingDiversityAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoSharingDiversityAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOSHARINGDIVERSITYASSIGNMENT_H_ #ifndef MOEOSHARINGDIVERSITYASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <make_checkpoint_moeo.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// make_checkpoint_moeo.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MAKE_CHECKPOINT_MOEO_H_ #ifndef MAKE_CHECKPOINT_MOEO_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <make_continue_moeo.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// make_continue_moeo.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MAKE_CONTINUE_MOEO_H_ #ifndef MAKE_CONTINUE_MOEO_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <make_ea_moeo.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// make_ea_moeo.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MAKE_EA_MOEO_H_ #ifndef MAKE_EA_MOEO_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <make_ls_moeo.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// make_ls_moeo.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MAKE_LS_MOEO_H_ #ifndef MAKE_LS_MOEO_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoAchievementFitnessAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoAchievementFitnessAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOACHIEVEMENTFITNESSASSIGNMENT_H_ #ifndef MOEOACHIEVEMENTFITNESSASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoBinaryIndicatorBasedFitnessAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoBinaryIndicatorBasedFitnessAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOBINARYINDICATORBASEDFITNESSASSIGNMENT_H_ #ifndef MOEOBINARYINDICATORBASEDFITNESSASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoCriterionBasedFitnessAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoCriterionBasedFitnessAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOCRITERIONBASEDFITNESSASSIGNMENT_H_ #ifndef MOEOCRITERIONBASEDFITNESSASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoDummyFitnessAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoDummyFitnessAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEODUMMYFITNESSASSIGNMENT_H_ #ifndef MOEODUMMYFITNESSASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoExpBinaryIndicatorBasedFitnessAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoIndicatorBasedFitnessAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOEXPBINARYINDICATORBASEDFITNESSASSIGNMENT_H_ #ifndef MOEOEXPBINARYINDICATORBASEDFITNESSASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoFastNonDominatedSortingFitnessAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoFastNonDominatedSortingFitnessAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOFASTNONDOMINATEDSORTINGFITNESSASSIGNMENT_H_ #ifndef MOEOFASTNONDOMINATEDSORTINGFITNESSASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoFitnessAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoFitnessAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOFITNESSASSIGNMENT_H_ #ifndef MOEOFITNESSASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoIndicatorBasedFitnessAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoIndicatorBasedFitnessAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOINDICATORBASEDFITNESSASSIGNMENT_H_ #ifndef MOEOINDICATORBASEDFITNESSASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoParetoBasedFitnessAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoParetoBasedFitnessAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOPARETOBASEDFITNESSASSIGNMENT_H_ #ifndef MOEOPARETOBASEDFITNESSASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoReferencePointIndicatorBasedFitnessAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoReferencePointIndicatorBasedFitnessAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOREFERENCEPOINTINDICATORBASEDFITNESSASSIGNMENT_H_ #ifndef MOEOREFERENCEPOINTINDICATORBASEDFITNESSASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoScalarFitnessAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoScalarFitnessAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOSCALARFITNESSASSIGNMENT_H_ #ifndef MOEOSCALARFITNESSASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoUnaryIndicatorBasedFitnessAssignment.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoUnaryIndicatorBasedFitnessAssignment.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOUNARYINDICATORBASEDFITNESSASSIGNMENT_H_ #ifndef MOEOUNARYINDICATORBASEDFITNESSASSIGNMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoAdditiveEpsilonBinaryMetric.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoAdditiveEpsilonBinaryMetric.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOADDITIVEEPSILONBINARYMETRIC_H_ #ifndef MOEOADDITIVEEPSILONBINARYMETRIC_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoContributionMetric.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoContributionMetric.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOCONTRIBUTIONMETRIC_H_ #ifndef MOEOCONTRIBUTIONMETRIC_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoEntropyMetric.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoEntropyMetric.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOENTROPYMETRIC_H_ #ifndef MOEOENTROPYMETRIC_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoHypervolumeBinaryMetric.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoHypervolumeBinaryMetric.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOHYPERVOLUMEBINARYMETRIC_H_ #ifndef MOEOHYPERVOLUMEBINARYMETRIC_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoMetric.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoMetric.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOMETRIC_H_ #ifndef MOEOMETRIC_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoNormalizedSolutionVsSolutionBinaryMetric.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoNormalizedSolutionVsSolutionBinaryMetric.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEONORMALIZEDSOLUTIONVSSOLUTIONBINARYMETRIC_H_ #ifndef MOEONORMALIZEDSOLUTIONVSSOLUTIONBINARYMETRIC_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeo>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeo * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEO_ #ifndef MOEO_

View file

@ -1,3 +1,38 @@
/*
* <moeoMoveIncrEval.h>
* Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
* (C) OPAC Team, LIFL, 2002-2007
*
* Arnaud Liefooghe
*
* This software is governed by the CeCILL license under French law and
* abiding by the rules of distribution of free software. You can use,
* modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- // -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
#ifndef _MOEOMOVEINCREVAL_H #ifndef _MOEOMOVEINCREVAL_H

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoElitistReplacement.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoElitistReplacement.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOELITISTREPLACEMENT_H_ #ifndef MOEOELITISTREPLACEMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoEnvironmentalReplacement.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoEnvironmentalReplacement.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOENVIRONMENTALREPLACEMENT_H_ #ifndef MOEOENVIRONMENTALREPLACEMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoGenerationalReplacement.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoGenerationalReplacement.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOGENERATIONALREPLACEMENT_H_ #ifndef MOEOGENERATIONALREPLACEMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoReplacement.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoReplacement.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOREPLACEMENT_H_ #ifndef MOEOREPLACEMENT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoDetTournamentSelect.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoDetTournamentSelect.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEODETTOURNAMENTSELECT_H_ #ifndef MOEODETTOURNAMENTSELECT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoRandomSelect.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoRandomSelect.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEORANDOMSELECT_H_ #ifndef MOEORANDOMSELECT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoRouletteSelect.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoRouletteSelect.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOROULETTESELECT_H_ #ifndef MOEOROULETTESELECT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoSelectFromPopAndArch.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoSelectFormPopAndArch.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOSELECTONEFROMPOPANDARCH_H_ #ifndef MOEOSELECTONEFROMPOPANDARCH_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoSelectOne.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoSelectOne.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOSELECTONE_H_ #ifndef MOEOSELECTONE_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoSelectors.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoSelectors.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOSELECTORS_H_ #ifndef MOEOSELECTORS_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoStochTournamentSelect.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoStochTournamentSelect.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOSTOCHTOURNAMENTSELECT_H_ #ifndef MOEOSTOCHTOURNAMENTSELECT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoArchiveObjectiveVectorSavingUpdater.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoArchiveObjectiveVectorSavingUpdater.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOARCHIVEOBJECTIVEVECTORSAVINGUPDATER_H_ #ifndef MOEOARCHIVEOBJECTIVEVECTORSAVINGUPDATER_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoArchiveUpdater.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoArchiveUpdater.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOARCHIVEUPDATER_H_ #ifndef MOEOARCHIVEUPDATER_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoBinaryMetricSavingUpdater.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoBinaryMetricSavingUpdater.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOBINARYMETRICSAVINGUPDATER_H_ #ifndef MOEOBINARYMETRICSAVINGUPDATER_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <moeoConvertPopToObjectiveVectors.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// moeoConvertPopToObjectiveVectors.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef MOEOPOPTOOBJECTIVEVECTORS_H_ #ifndef MOEOPOPTOOBJECTIVEVECTORS_H_

View file

@ -1,3 +1,38 @@
/*
* <t-moeo.cpp>
* Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
* (C) OPAC Team, LIFL, 2002-2007
*
* Arnaud Liefooghe
*
* This software is governed by the CeCILL license under French law and
* abiding by the rules of distribution of free software. You can use,
* modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// t-moeo.cpp // t-moeo.cpp
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShopEA.cpp>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShopEA.cpp * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <Sch1.cpp>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// Sch1.cpp * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Abdelhakim Deneche
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include <stdio.h> #include <stdio.h>

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShop.cpp>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShop.cpp * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include <FlowShop.h> #include <FlowShop.h>

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShop.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShop.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef FLOWSHOP_H_ #ifndef FLOWSHOP_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShopBenchmarkParser.cpp>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShopBenchmarkParser.cpp * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include <stdexcept> #include <stdexcept>

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShopBenchmarkParser.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShopBenchmarkParser.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef FLOWSHOPBENCHMARKPARSER_H_ #ifndef FLOWSHOPBENCHMARKPARSER_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShopEval.cpp>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShopEval.cpp * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include <FlowShopEval.h> #include <FlowShopEval.h>

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShopEval.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShopEval.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef FLOWSHOPEVAL_H_ #ifndef FLOWSHOPEVAL_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShopInit.cpp>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShopInit.cpp * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include <FlowShopInit.h> #include <FlowShopInit.h>

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShopInit.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShopInit.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef FLOWSHOPINIT_H_ #ifndef FLOWSHOPINIT_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShopObjectiveVector.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShopObjectiveVector.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef FLOWSHOPOBJECTIVEVECTOR_H_ #ifndef FLOWSHOPOBJECTIVEVECTOR_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShopObjectiveVectorTraits.cpp>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShopObjectiveVectorTraits.cpp * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include <FlowShopObjectiveVectorTraits.h> #include <FlowShopObjectiveVectorTraits.h>

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShopObjectiveVectorTraits.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShopObjectiveVectorTraits.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef FLOWSHOPOBJECTIVEVECTORTRAITS_H_ #ifndef FLOWSHOPOBJECTIVEVECTORTRAITS_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShopOpCrossoverQuad.cpp>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShopOpCrossoverQuad.cpp * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include <FlowShopOpCrossoverQuad.h> #include <FlowShopOpCrossoverQuad.h>

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShopOpCrossoverQuad.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShopOpCrossoverQuad.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef FLOWSHOPOPCROSSOVERQUAD_H_ #ifndef FLOWSHOPOPCROSSOVERQUAD_H_

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShopOpMutationExchange.cpp>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShopOpCrossoverQuad.cpp * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include <FlowShopOpMutationExchange.h> #include <FlowShopOpMutationExchange.h>

View file

@ -1,13 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- /*
* <FlowShopOpMutationExchange.h>
//----------------------------------------------------------------------------- * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
// FlowShopOpCrossoverQuad.h * (C) OPAC Team, LIFL, 2002-2007
// (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007 *
/* * Arnaud Liefooghe
This library... *
* This software is governed by the CeCILL license under French law and
Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr * abiding by the rules of distribution of free software. You can use,
*/ * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
*
* As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited liability.
*
* In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
*
* ParadisEO WebSite : http://paradiseo.gforge.inria.fr
* Contact: paradiseo-help@lists.gforge.inria.fr
*
*/
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifndef FLOWSHOPOPMUTATIONEXCHANGE_H_ #ifndef FLOWSHOPOPMUTATIONEXCHANGE_H_

Some files were not shown because too many files have changed in this diff Show more