1 #ifndef CTESTOBJECTIVE2_H
2 #define CTESTOBJECTIVE2_H
24 #endif // CTESTOBJECTIVE_H
ublas::vector< double > ttranscribed
virtual double PostParallel(const ttranscribed &member)
Some operations cannot be done in parallel, these are done after, returns the misfit value...
TestObjective2(bool compat=true)
virtual ~TestObjective2()
The basic object for any objective function, mainly an interface class and some storage.
virtual TestObjective2 * clone() const
We need clone and create for building an array of derived objects, see FAQ lite 20.8, the return type depends on the derived class.