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 259.74
|
||||
%%BoundingBox: 0 0 500 163.934
|
||||
%%Pages: 0
|
||||
%%BeginSetup
|
||||
%%EndSetup
|
||||
|
|
@ -19,13 +19,13 @@
|
|||
/marginwidth 10 def
|
||||
/distx 20 def
|
||||
/disty 40 def
|
||||
/boundaspect 1.925 def % aspect ratio of the BoundingBox (width/height)
|
||||
/boundaspect 3.05 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 1 def
|
||||
/rows 6 def
|
||||
/cols 2 def
|
||||
/scalefactor 0 def
|
||||
/boxfont /Times-Roman findfont fontheight scalefont def
|
||||
|
||||
|
|
@ -177,6 +177,9 @@ boxfont setfont
|
|||
(moeoFitnessAssignment< MOEOT >) cw
|
||||
(eoUF< eoPop< MOEOT > &, void >) cw
|
||||
(eoFunctorBase) cw
|
||||
(moeoBinaryIndicatorBasedFitnessAssignment< MOEOT >) cw
|
||||
(moeoUnaryIndicatorBasedFitnessAssignment< MOEOT >) cw
|
||||
(moeoExpBinaryIndicatorBasedFitnessAssignment< MOEOT >) cw
|
||||
/boxwidth boxwidth marginwidth 2 mul add def
|
||||
/xspacing boxwidth distx add def
|
||||
/yspacing boxheight disty add def
|
||||
|
|
@ -188,22 +191,37 @@ boundx scalefactor div boundy scalefactor div scale
|
|||
|
||||
% ----- classes -----
|
||||
|
||||
(moeoIndicatorBasedFitnessAssignment< MOEOT >) 0 0 box
|
||||
(moeoFitnessAssignment< MOEOT >) 0 1 box
|
||||
(eoUF< eoPop< MOEOT > &, void >) 0 2 box
|
||||
(eoFunctorBase) 0 3 box
|
||||
(moeoIndicatorBasedFitnessAssignment< MOEOT >) 0.5 2 box
|
||||
(moeoFitnessAssignment< MOEOT >) 0.5 3 box
|
||||
(eoUF< eoPop< MOEOT > &, void >) 0.5 4 box
|
||||
(eoFunctorBase) 0.5 5 box
|
||||
(moeoBinaryIndicatorBasedFitnessAssignment< MOEOT >) 0 1 box
|
||||
(moeoUnaryIndicatorBasedFitnessAssignment< MOEOT >) 1 1 box
|
||||
(moeoExpBinaryIndicatorBasedFitnessAssignment< MOEOT >) 0 0 box
|
||||
|
||||
% ----- relations -----
|
||||
|
||||
solid
|
||||
0 0 0 out
|
||||
0 0.5 2 out
|
||||
solid
|
||||
1 0 1 in
|
||||
1 0.5 3 in
|
||||
solid
|
||||
0 0 1 out
|
||||
0 0.5 3 out
|
||||
solid
|
||||
1 0 2 in
|
||||
1 0.5 4 in
|
||||
solid
|
||||
0 0 2 out
|
||||
0 0.5 4 out
|
||||
solid
|
||||
1 0 3 in
|
||||
1 0.5 5 in
|
||||
solid
|
||||
1 0.5 1.25 out
|
||||
solid
|
||||
0 1 2 conn
|
||||
solid
|
||||
0 0 1.75 in
|
||||
solid
|
||||
1 0 0.25 out
|
||||
solid
|
||||
0 1 1.75 in
|
||||
solid
|
||||
0 0 0.75 in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue