18 std::vector<double> MinimalCost;
19 std::vector<double> MaximalCost;
20 std::vector<double> AverageCost;
21 std::vector<double> SumCost;
22 std::vector<double> PathLength;
23 std::vector<double> Time;
24 std::vector<double> nbNodes;
25 std::vector<int> nbQRand;
44 std::vector<double> pene_MinimalCost;
45 std::vector<double> pene_MaximalCost;
46 std::vector<double> pene_AverageCost;
47 std::vector<double> pene_SumCost;
49 double pene_aMinimalCost;
50 double pene_aMaximalCost;
51 double pene_aAverageCost;
59 void setGraph(p3d_graph* g);
62 double average(std::vector<double> vect);
63 double average(std::vector<int> vect);
68 void indexToFile(uint i);
This class holds a the robot represented by a kinematic chain.
Definition: robot.hpp:42
This class can store cost statistics over sevral run and compute avreages.
Definition: StatCostStructure.hpp:12