public CachedEvaluation1D(SimpleObjectiveFunction1D f, double point)
 {
     _objective_object = f;
     _point            = point;
 }