#include "MMLAPI.h"
#include <vector>
#include <MonitorIn.hxx>
#include "StoppingCriterion.h"
#include "Method.h"
Go to the source code of this file.
Classes | |
class | Criterion |
Class which represents a simple criterion A criterion can be checked using checkCriterion method to know if the criterion is reach A criterion calculate a set of double (values) wich is checked by a method (method) to make the boolean assessment of checkCriterion. More... | |