update doc with new stuffs
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@496 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
4ed6c756ea
commit
7d6ad66977
397 changed files with 9380 additions and 1569 deletions
|
|
@ -5,7 +5,7 @@
|
|||
%%For:
|
||||
%Magnification: 1.00
|
||||
%%Orientation: Portrait
|
||||
%%BoundingBox: 0 0 500 54.0541
|
||||
%%BoundingBox: 0 0 500 43.3996
|
||||
%%Pages: 0
|
||||
%%BeginSetup
|
||||
%%EndSetup
|
||||
|
|
@ -19,13 +19,13 @@
|
|||
/marginwidth 10 def
|
||||
/distx 20 def
|
||||
/disty 40 def
|
||||
/boundaspect 9.25 def % aspect ratio of the BoundingBox (width/height)
|
||||
/boundaspect 11.5208 def % aspect ratio of the BoundingBox (width/height)
|
||||
/boundx 500 def
|
||||
/boundy boundx boundaspect div def
|
||||
/xspacing 0 def
|
||||
/yspacing 0 def
|
||||
/rows 5 def
|
||||
/cols 5 def
|
||||
/rows 6 def
|
||||
/cols 7 def
|
||||
/scalefactor 0 def
|
||||
/boxfont /Times-Roman findfont fontheight scalefont def
|
||||
|
||||
|
|
@ -180,9 +180,13 @@ boxfont setfont
|
|||
(moeoDummyFitnessAssignment< MOEOT >) cw
|
||||
(moeoIndicatorBasedFitnessAssignment< MOEOT >) cw
|
||||
(moeoParetoBasedFitnessAssignment< MOEOT >) cw
|
||||
(moeoReferencePointIndicatorBasedFitnessAssignment< MOEOT >) cw
|
||||
(moeoScalarFitnessAssignment< MOEOT >) cw
|
||||
(moeoBinaryIndicatorBasedFitnessAssignment< MOEOT >) cw
|
||||
(moeoUnaryIndicatorBasedFitnessAssignment< MOEOT >) cw
|
||||
(moeoFastNonDominatedSortingFitnessAssignment< MOEOT >) cw
|
||||
(moeoAchievementFitnessAssignment< MOEOT >) cw
|
||||
(moeoExpBinaryIndicatorBasedFitnessAssignment< MOEOT >) cw
|
||||
/boxwidth boxwidth marginwidth 2 mul add def
|
||||
/xspacing boxwidth distx add def
|
||||
/yspacing boxheight disty add def
|
||||
|
|
@ -194,46 +198,64 @@ boundx scalefactor div boundy scalefactor div scale
|
|||
|
||||
% ----- classes -----
|
||||
|
||||
(moeoFitnessAssignment< MOEOT >) 2 2 box
|
||||
(eoUF< eoPop< MOEOT > &, void >) 2 3 box
|
||||
(eoFunctorBase) 2 4 box
|
||||
(moeoCriterionBasedFitnessAssignment< MOEOT >) 0 1 box
|
||||
(moeoDummyFitnessAssignment< MOEOT >) 1 1 box
|
||||
(moeoIndicatorBasedFitnessAssignment< MOEOT >) 2 1 box
|
||||
(moeoParetoBasedFitnessAssignment< MOEOT >) 3 1 box
|
||||
(moeoScalarFitnessAssignment< MOEOT >) 4 1 box
|
||||
(moeoFastNonDominatedSortingFitnessAssignment< MOEOT >) 3 0 box
|
||||
(moeoAchievementFitnessAssignment< MOEOT >) 4 0 box
|
||||
(moeoFitnessAssignment< MOEOT >) 2.75 3 box
|
||||
(eoUF< eoPop< MOEOT > &, void >) 2.75 4 box
|
||||
(eoFunctorBase) 2.75 5 box
|
||||
(moeoCriterionBasedFitnessAssignment< MOEOT >) 0 2 box
|
||||
(moeoDummyFitnessAssignment< MOEOT >) 1 2 box
|
||||
(moeoIndicatorBasedFitnessAssignment< MOEOT >) 2 2 box
|
||||
(moeoParetoBasedFitnessAssignment< MOEOT >) 3.5 2 box
|
||||
(moeoReferencePointIndicatorBasedFitnessAssignment< MOEOT >) 4.5 2 box
|
||||
(moeoScalarFitnessAssignment< MOEOT >) 5.5 2 box
|
||||
(moeoBinaryIndicatorBasedFitnessAssignment< MOEOT >) 1.5 1 box
|
||||
(moeoUnaryIndicatorBasedFitnessAssignment< MOEOT >) 2.5 1 box
|
||||
(moeoFastNonDominatedSortingFitnessAssignment< MOEOT >) 3.5 1 box
|
||||
(moeoAchievementFitnessAssignment< MOEOT >) 5.5 1 box
|
||||
(moeoExpBinaryIndicatorBasedFitnessAssignment< MOEOT >) 1.5 0 box
|
||||
|
||||
% ----- relations -----
|
||||
|
||||
solid
|
||||
0 2 2 out
|
||||
0 2.75 3 out
|
||||
solid
|
||||
1 2 3 in
|
||||
1 2.75 4 in
|
||||
solid
|
||||
0 2 3 out
|
||||
0 2.75 4 out
|
||||
solid
|
||||
1 2 4 in
|
||||
1 2.75 5 in
|
||||
solid
|
||||
1 2.75 2.25 out
|
||||
solid
|
||||
0 5.5 3 conn
|
||||
solid
|
||||
0 0 2.75 in
|
||||
solid
|
||||
0 1 2.75 in
|
||||
solid
|
||||
0 2 2.75 in
|
||||
solid
|
||||
1 2 1.25 out
|
||||
solid
|
||||
0 4 2 conn
|
||||
1.5 2.5 2 conn
|
||||
solid
|
||||
0 0 1.75 in
|
||||
0 3.5 2.75 in
|
||||
solid
|
||||
0 1 1.75 in
|
||||
1 3.5 1.25 out
|
||||
solid
|
||||
0 2 1.75 in
|
||||
0 4.5 2.75 in
|
||||
solid
|
||||
0 3 1.75 in
|
||||
0 5.5 2.75 in
|
||||
solid
|
||||
1 3 0.25 out
|
||||
1 5.5 1.25 out
|
||||
solid
|
||||
0 4 1.75 in
|
||||
0 1.5 1.75 in
|
||||
solid
|
||||
1 4 0.25 out
|
||||
1 1.5 0.25 out
|
||||
solid
|
||||
0 3 0.75 in
|
||||
0 2.5 1.75 in
|
||||
solid
|
||||
0 4 0.75 in
|
||||
0 3.5 1.75 in
|
||||
solid
|
||||
0 5.5 1.75 in
|
||||
solid
|
||||
0 1.5 0.75 in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue