diff --git a/trunk/paradiseo-mo/doc/mo.doxyfile.cmake b/trunk/paradiseo-mo/doc/mo.doxyfile.cmake index 9207eea7b..15cc73bb5 100644 --- a/trunk/paradiseo-mo/doc/mo.doxyfile.cmake +++ b/trunk/paradiseo-mo/doc/mo.doxyfile.cmake @@ -1427,7 +1427,7 @@ INCLUDED_BY_GRAPH = YES # the time of a run. So in most cases it will be better to enable call graphs # for selected functions only using the \callgraph command. -CALL_GRAPH = YES +CALL_GRAPH = NO # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then # doxygen will generate a caller dependency graph for every global function diff --git a/trunk/paradiseo-moeo/doc/moeo.doxyfile.cmake b/trunk/paradiseo-moeo/doc/moeo.doxyfile.cmake index f6f48a1cd..da8226dc0 100644 --- a/trunk/paradiseo-moeo/doc/moeo.doxyfile.cmake +++ b/trunk/paradiseo-moeo/doc/moeo.doxyfile.cmake @@ -1352,7 +1352,7 @@ HIDE_UNDOC_RELATIONS = YES # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = NO +HAVE_DOT = YES # By default doxygen will write a font called FreeSans.ttf to the output # directory and reference it in all dot files that doxygen generates. This @@ -1400,12 +1400,12 @@ GROUP_GRAPHS = YES # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. -UML_LOOK = NO +UML_LOOK = YES # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. -TEMPLATE_RELATIONS = NO +TEMPLATE_RELATIONS = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # tags are set to YES then doxygen will generate a graph for each documented diff --git a/trunk/paradiseo-moeo/tutorial/FlowShopDMLS.param b/trunk/paradiseo-moeo/tutorial/FlowShopDMLS.param new file mode 100644 index 000000000..5cfc59993 --- /dev/null +++ b/trunk/paradiseo-moeo/tutorial/FlowShopDMLS.param @@ -0,0 +1,20 @@ + +###### General ###### +# --help=0 # -h : Prints this message +# --stopOnUnknownParam=1 # Stop if unkown param entered +# --seed=1275659678 # -S : Random number seed + +###### Evolution Engine ###### +# --nhSize=20 # -G : neighborhood size +--popSize=1 # -P : Population Size + +###### Persistence ###### +# --Load= # -L : A save file to restart from +# --recomputeFitness=0 # -r : Recompute the fitness after re-loading the pop.? +# --status=./FlowShopDMLS.status # Status file + +###### Representation ###### +# --BenchmarkFile=../examples/flowshop/benchs/020_20_01.txt # -B : Benchmark file name + +###### Stopping criterion ###### +# --maxGen=100 # -G : Maximum number of gen.