Ajout d'une méthode fileExport à moVectorMonitor. Encore un bout.
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1798 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
312b213a01
commit
6d55b78321
3 changed files with 39 additions and 1 deletions
|
|
@ -206,6 +206,9 @@ void main_function(int argc, char **argv)
|
|||
|
||||
std::cout << "Last values:" << std::endl;
|
||||
std::cout << "Solution " << solutions[solutions.size() - 1] << std::endl;
|
||||
|
||||
// export only the solution into file
|
||||
sampling.fileExport(0, str_out + "_sol");
|
||||
}
|
||||
|
||||
// A main that catches the exceptions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue