38#ifndef G4SimplexDownhill_hh
39#define G4SimplexDownhill_hh 1
67 return target->GetValueOfMinimizingFunction(x);
82 std::vector<G4double>);
84 std::vector<G4double>);
86 std::vector<G4double>);
G4double getValue(std::vector< G4double > x)
std::vector< G4double > getExpansionPoint(std::vector< G4double >, std::vector< G4double >)
std::vector< G4double > getReflectionPoint(std::vector< G4double >, std::vector< G4double >)
std::vector< G4double > getContractionPoint(std::vector< G4double >, std::vector< G4double >)
std::vector< G4double > calCentroid(G4int)
std::vector< G4double > GetMinimumPoint()
std::vector< std::vector< G4double > > currentSimplex
std::vector< G4double > currentHeights
std::vector< G4double > minimumPoint
G4SimplexDownhill(T *tp, G4int n)