git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@130 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
0d6dfb5b0e
commit
a6fe42664b
743 changed files with 67629 additions and 0 deletions
28
trunk/paradiseo-peo/docs/html/lsnshared/man/man3/CitySwap.3
Normal file
28
trunk/paradiseo-peo/docs/html/lsnshared/man/man3/CitySwap.3
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
.TH "CitySwap" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
CitySwap \- Its swaps two vertices randomly choosen.
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <city_swap.h>\fP
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (Route &__route)"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Its swaps two vertices randomly choosen.
|
||||
.PP
|
||||
Definition at line 33 of file city_swap.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
.TH "DisplayBestRoute" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
DisplayBestRoute \-
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "\fBDisplayBestRoute\fP (eoPop< Route > &__pop)"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP ()"
|
||||
.br
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "eoPop< Route > & \fBpop\fP"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Definition at line 33 of file display_best_route.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
54
trunk/paradiseo-peo/docs/html/lsnshared/man/man3/EdgeXover.3
Normal file
54
trunk/paradiseo-peo/docs/html/lsnshared/man/man3/EdgeXover.3
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
.TH "EdgeXover" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
EdgeXover \- Edge Crossover.
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <edge_xover.h>\fP
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (Route &__route1, Route &__route2)"
|
||||
.br
|
||||
.in -1c
|
||||
.SS "Private Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "void \fBcross\fP (const Route &__par1, const Route &__par2, Route &__child)"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBremove_entry\fP (unsigned __vertex, std::vector< std::set< unsigned > > &__map)"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBbuild_map\fP (const Route &__par1, const Route &__par2)"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "void \fBadd_vertex\fP (unsigned __vertex, Route &__child)"
|
||||
.br
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "std::vector< std::set< unsigned > > \fB_map\fP"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "std::vector< bool > \fBvisited\fP"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Edge Crossover.
|
||||
.PP
|
||||
Definition at line 35 of file edge_xover.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
.TH "MergeRouteEval" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
MergeRouteEval \-
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
Inherits \fBpeoAggEvalFunc< EOT >< eoVector< int, Node > >\fP.
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP (Route &__route, const int &__part_fit)"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Definition at line 31 of file merge_route_eval.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
.TH "OrderXover" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
OrderXover \- Order Crossover.
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <order_xover.h>\fP
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (Route &__route1, Route &__route2)"
|
||||
.br
|
||||
.in -1c
|
||||
.SS "Private Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "void \fBcross\fP (const Route &__par1, const Route &__par2, Route &__child)"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Order Crossover.
|
||||
.PP
|
||||
Definition at line 32 of file order_xover.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
|
|
@ -0,0 +1,42 @@
|
|||
.TH "PartRouteEval" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
PartRouteEval \- Route Evaluator.
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <part_route_eval.h>\fP
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "\fBPartRouteEval\fP (float __from, float __to)"
|
||||
.br
|
||||
.RI "\fIConstructor. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP (Route &__route)"
|
||||
.br
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "float \fBfrom\fP"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "float \fBto\fP"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Route Evaluator.
|
||||
.PP
|
||||
Definition at line 32 of file part_route_eval.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
.TH "PartialMappedXover" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
PartialMappedXover \- Partial Mapped Crossover.
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <partial_mapped_xover.h>\fP
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (Route &__route1, Route &__route2)"
|
||||
.br
|
||||
.in -1c
|
||||
.SS "Private Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "void \fBrepair\fP (Route &__route, unsigned __cut1, unsigned __cut2)"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Partial Mapped Crossover.
|
||||
.PP
|
||||
Definition at line 32 of file partial_mapped_xover.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
22
trunk/paradiseo-peo/docs/html/lsnshared/man/man3/RouteEval.3
Normal file
22
trunk/paradiseo-peo/docs/html/lsnshared/man/man3/RouteEval.3
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.TH "RouteEval" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
RouteEval \-
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP (Route &__route)"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Definition at line 31 of file route_eval.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
22
trunk/paradiseo-peo/docs/html/lsnshared/man/man3/RouteInit.3
Normal file
22
trunk/paradiseo-peo/docs/html/lsnshared/man/man3/RouteInit.3
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.TH "RouteInit" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
RouteInit \-
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP (Route &__route)"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Definition at line 31 of file route_init.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
22
trunk/paradiseo-peo/docs/html/lsnshared/man/man3/TwoOpt.3
Normal file
22
trunk/paradiseo-peo/docs/html/lsnshared/man/man3/TwoOpt.3
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.TH "TwoOpt" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
TwoOpt \-
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP (Route &__route)"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Definition at line 32 of file two_opt.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
.TH "TwoOptIncrEval" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
TwoOptIncrEval \-
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "int \fBoperator()\fP (const \fBTwoOpt\fP &__move, const Route &__route)"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Definition at line 30 of file two_opt_incr_eval.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
.TH "TwoOptInit" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
TwoOptInit \-
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP (\fBTwoOpt\fP &__move, const Route &__route)"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Definition at line 32 of file two_opt_init.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
.TH "TwoOptNext" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
TwoOptNext \-
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (\fBTwoOpt\fP &__move, const Route &__route)"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Definition at line 31 of file two_opt_next.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
.TH "TwoOptRand" 3 "30 Dec 2006" "Version 0.1" "ParadisEO-PEO - Lessons" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
TwoOptRand \-
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP (\fBTwoOpt\fP &__move, const Route &__route)"
|
||||
.br
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Definition at line 31 of file two_opt_rand.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO - Lessons from the source code.
|
||||
Loading…
Add table
Add a link
Reference in a new issue