1 #ifndef PLOTTABLEOBJECTIVE_H_
2 #define PLOTTABLEOBJECTIVE_H_
PlottableObjective(const PlottableObjective &Old)
This only adds a few plotting functions to GeneralObjective to define a common interface.
virtual void WriteData(const std::string &filename)
Write current data to a file.
virtual ~PlottableObjective()
virtual void WriteModel(const std::string &filename)
write the current model to a file
The basic object for any objective function, mainly an interface class and some storage.
PlottableObjective & operator=(const PlottableObjective &source)
virtual void WritePlot(const std::string &filename)
write the current model for plotting to a file