CostDeltaAcceptanceFunction.cpp
Go to the documentation of this file.
1 
19 
20 namespace ISM
21 {
22  bool CostDeltaAcceptanceFunction::isNewCostAcceptable(double newCost, double oldCost)
23  {
24  return newCost < (1 + mCurrentAcceptableCostDelta) * oldCost;
25  }
26 
28  {
31  }
32 
34  {
36  }
37 }
bool isNewCostAcceptable(double newCost, double oldCost)
this namespace contains all generally usable classes.


asr_lib_ism
Author(s): Hanselmann Fabian, Heller Florian, Heizmann Heinrich, Kübler Marcel, Mehlhaus Jonas, Meißner Pascal, Qattan Mohamad, Reckling Reno, Stroh Daniel
autogenerated on Wed Jan 8 2020 04:02:40