regenerated doc because of licence section
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@657 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
2d3587c1ee
commit
f5584011f5
359 changed files with 1769 additions and 1348 deletions
|
|
@ -5,7 +5,7 @@
|
|||
%%For:
|
||||
%Magnification: 1.00
|
||||
%%Orientation: Portrait
|
||||
%%BoundingBox: 0 0 500 32.2581
|
||||
%%BoundingBox: 0 0 500 26.8817
|
||||
%%Pages: 0
|
||||
%%BeginSetup
|
||||
%%EndSetup
|
||||
|
|
@ -19,13 +19,13 @@
|
|||
/marginwidth 10 def
|
||||
/distx 20 def
|
||||
/disty 40 def
|
||||
/boundaspect 15.5 def % aspect ratio of the BoundingBox (width/height)
|
||||
/boundaspect 18.6 def % aspect ratio of the BoundingBox (width/height)
|
||||
/boundx 500 def
|
||||
/boundy boundx boundaspect div def
|
||||
/xspacing 0 def
|
||||
/yspacing 0 def
|
||||
/rows 4 def
|
||||
/cols 5 def
|
||||
/cols 6 def
|
||||
/scalefactor 0 def
|
||||
/boxfont /Times-Roman findfont fontheight scalefont def
|
||||
|
||||
|
|
@ -180,6 +180,7 @@ boxfont setfont
|
|||
(moeoDiversityThenFitnessComparator< MOEOT >) cw
|
||||
(moeoFastNonDominatedSortingFitnessAssignment< MOEOT >::ObjectiveComparator) cw
|
||||
(moeoFitnessThenDiversityComparator< MOEOT >) cw
|
||||
(moeoIBMOLS< MOEOT, Move >::OneObjectiveComparator) cw
|
||||
(moeoOneObjectiveComparator< MOEOT >) cw
|
||||
/boxwidth boxwidth marginwidth 2 mul add def
|
||||
/xspacing boxwidth distx add def
|
||||
|
|
@ -192,29 +193,30 @@ boundx scalefactor div boundy scalefactor div scale
|
|||
|
||||
% ----- classes -----
|
||||
|
||||
(moeoComparator< MOEOT >) 2 1 box
|
||||
(eoBF< A1, A2, R >) 2 2 box
|
||||
(eoFunctorBase) 2 3 box
|
||||
(moeoComparator< MOEOT >) 2.5 1 box
|
||||
(eoBF< A1, A2, R >) 2.5 2 box
|
||||
(eoFunctorBase) 2.5 3 box
|
||||
(moeoAggregativeComparator< MOEOT >) 0 0 box
|
||||
(moeoDiversityThenFitnessComparator< MOEOT >) 1 0 box
|
||||
(moeoFastNonDominatedSortingFitnessAssignment< MOEOT >::ObjectiveComparator) 2 0 box
|
||||
(moeoFitnessThenDiversityComparator< MOEOT >) 3 0 box
|
||||
(moeoOneObjectiveComparator< MOEOT >) 4 0 box
|
||||
(moeoIBMOLS< MOEOT, Move >::OneObjectiveComparator) 4 0 box
|
||||
(moeoOneObjectiveComparator< MOEOT >) 5 0 box
|
||||
|
||||
% ----- relations -----
|
||||
|
||||
solid
|
||||
0 2 1 out
|
||||
0 2.5 1 out
|
||||
solid
|
||||
1 2 2 in
|
||||
1 2.5 2 in
|
||||
solid
|
||||
0 2 2 out
|
||||
0 2.5 2 out
|
||||
solid
|
||||
1 2 3 in
|
||||
1 2.5 3 in
|
||||
solid
|
||||
1 2 0.25 out
|
||||
1 2.5 0.25 out
|
||||
solid
|
||||
0 4 1 conn
|
||||
0 5 1 conn
|
||||
solid
|
||||
0 0 0.75 in
|
||||
solid
|
||||
|
|
@ -225,3 +227,5 @@ solid
|
|||
0 3 0.75 in
|
||||
solid
|
||||
0 4 0.75 in
|
||||
solid
|
||||
0 5 0.75 in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue