updated
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2467 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
66f7d5a8c5
commit
f600f04865
1 changed files with 1 additions and 6 deletions
|
|
@ -104,15 +104,10 @@ int main(int argc, char **argv)
|
|||
unsigned seed = seedParam.value();
|
||||
|
||||
// Iteration number
|
||||
eoValueParam<unsigned int> nbIterationParam(1, "nbIteration", "TS Iteration number", 'I');
|
||||
eoValueParam<unsigned int> nbIterationParam(100, "nbIteration", "TS Iteration number", 'I');
|
||||
parser.processParam( nbIterationParam, "TS Iteration number" );
|
||||
unsigned nbIteration = nbIterationParam.value();
|
||||
|
||||
// duration tabu list
|
||||
eoValueParam<unsigned int> durationParam(7, "duration", "duration of the tabu list", 'D');
|
||||
parser.processParam( durationParam, "Search Parameters" );
|
||||
unsigned duration = durationParam.value();
|
||||
|
||||
// the name of the "status" file where all actual parameter values will be saved
|
||||
string str_status = parser.ProgramName() + ".status"; // default value
|
||||
eoValueParam<string> statusParam(str_status.c_str(), "status", "Status file");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue