OptimizationMetric

Stores the values of the true solution (which can be computed analytically or by brute force) and the solution that is found by a optimizer algorithm. It holds both the (tru/found) point and (true/found) function value. The difference between the two quantities allow to measure the quality of an optimization algorithm.


Field: foundFuncValue [double]

---


Field: pedId [int]

---


Field: foundPoint [VPoint]

---


Field: simTime [double]

---


Field: optimalPoint [VPoint]

---


Field: optimalFuncValue [double]

---


Field: tolerance [double]

---