AUTHORS modification

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@152 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2007-01-15 13:22:55 +00:00
commit 4c21c72510
137 changed files with 2356 additions and 2369 deletions

View file

@ -5,7 +5,7 @@
%%For:
%Magnification: 1.00
%%Orientation: Portrait
%%BoundingBox: 0 0 500 74.5156
%%BoundingBox: 0 0 500 195.312
%%Pages: 0
%%BeginSetup
%%EndSetup
@ -19,7 +19,7 @@
/marginwidth 10 def
/distx 20 def
/disty 40 def
/boundaspect 6.71 def % aspect ratio of the BoundingBox (width/height)
/boundaspect 2.56 def % aspect ratio of the BoundingBox (width/height)
/boundx 500 def
/boundy boundx boundaspect div def
/xspacing 0 def
@ -175,8 +175,8 @@ boxfont setfont
1 boundaspect scale
(moeoEntropyMetric< EOT >) cw
(moeoVectorVsVectorBM< EOT, double >) cw
(moeoBM< const std::vector< typename EOT::Fitness > &, const std::vector< typename EOT::Fitness > &, double >) cw
(eoBF< const std::vector< typename EOT::Fitness > &, const std::vector< typename EOT::Fitness > &, double >) cw
(moeoBM< A1, A2, R >) cw
(eoBF< A1, A2, R >) cw
(moeoMetric) cw
(eoFunctorBase) cw
(eoFunctorBase) cw
@ -193,8 +193,8 @@ boundx scalefactor div boundy scalefactor div scale
(moeoEntropyMetric< EOT >) 0.5 0 box
(moeoVectorVsVectorBM< EOT, double >) 0.5 1 box
(moeoBM< const std::vector< typename EOT::Fitness > &, const std::vector< typename EOT::Fitness > &, double >) 0.5 2 box
(eoBF< const std::vector< typename EOT::Fitness > &, const std::vector< typename EOT::Fitness > &, double >) 0 3 box
(moeoBM< A1, A2, R >) 0.5 2 box
(eoBF< A1, A2, R >) 0 3 box
(moeoMetric) 1 3 box
(eoFunctorBase) 0 4 box
(eoFunctorBase) 1 4 box