git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@616 331e1502-861f-0410-8da2-ba01fb791d7f
38 lines
804 B
C
38 lines
804 B
C
/** @mainpage Welcome to PARADISEO-Moving Objects
|
|
|
|
@section Introduction
|
|
|
|
MO is an extension of the ANSI-C++ compliant evolutionary computation library EO.
|
|
<br>
|
|
It contains classes for almost any kind of one solution based heuristics.
|
|
|
|
@section authors AUTHORS
|
|
|
|
<TABLE>
|
|
<TR>
|
|
<TD>Sebastien CAHON</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD><A href=http://www.lifl.fr/~boisson TARGET=blank>Jean-Charles BOISSON</A></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
@section LICENCE
|
|
|
|
@section Paradiseo Home Page
|
|
|
|
<A href=http://paradiseo.gforge.inria.fr>http://paradiseo.gforge.inria.fr</A>
|
|
|
|
@section Installation
|
|
|
|
The installation procedure of the package is detailed in the
|
|
<a href="../../README">README</a> file in the top-directory of the source-tree.
|
|
|
|
*/
|
|
|
|
|
|
// coding: iso-8859-1
|
|
// mode: C++
|
|
// c-file-style: "Stroustrup"
|
|
// fill-column: 80
|
|
// End:
|