Functions | |
| MatrixXd | get_features (const std::vector< Matter > &matobjs) |
| MatrixXd | get_features (const std::vector< std::shared_ptr< Matter > > &matobjs) |
| MatrixXd | get_targets (std::vector< Matter > &matobjs, std::shared_ptr< Potential > true_pot) |
| MatrixXd | get_targets (std::vector< std::shared_ptr< Matter > > &matobjs, std::shared_ptr< Potential > true_pot) |
| std::vector< Matter > | getMidSlice (const std::vector< Matter > &matobjs) |
| Eigen::VectorXd | make_target (Matter &m1, std::shared_ptr< Potential > true_pot) |
| std::pair< double, Eigen::VectorXd::Index > | getMaxUncertainty (const std::vector< std::shared_ptr< Matter > > &matobjs) |
| std::pair< Eigen::VectorXd, Eigen::VectorXd > | getNewDataPoint (const std::vector< std::shared_ptr< Matter > > &matobjs, std::shared_ptr< Potential > true_pot) |
| bool | accuratePES (std::vector< std::shared_ptr< Matter > > &matobjs, std::shared_ptr< Potential > true_pot) |
| bool eonc::helpers::surrogate::accuratePES | ( | std::vector< std::shared_ptr< Matter > > & | matobjs, |
| std::shared_ptr< Potential > | true_pot ) |
Definition at line 293 of file GPSurrogateJob.cpp.
Definition at line 188 of file GPSurrogateJob.cpp.
| MatrixXd eonc::helpers::surrogate::get_features | ( | const std::vector< std::shared_ptr< Matter > > & | matobjs | ) |
Definition at line 201 of file GPSurrogateJob.cpp.
| MatrixXd eonc::helpers::surrogate::get_targets | ( | std::vector< Matter > & | matobjs, |
| std::shared_ptr< Potential > | true_pot ) |
Definition at line 214 of file GPSurrogateJob.cpp.
| MatrixXd eonc::helpers::surrogate::get_targets | ( | std::vector< std::shared_ptr< Matter > > & | matobjs, |
| std::shared_ptr< Potential > | true_pot ) |
Definition at line 232 of file GPSurrogateJob.cpp.
| std::pair< double, Eigen::VectorXd::Index > eonc::helpers::surrogate::getMaxUncertainty | ( | const std::vector< std::shared_ptr< Matter > > & | matobjs | ) |
Definition at line 272 of file GPSurrogateJob.cpp.
| std::vector< Matter > eonc::helpers::surrogate::getMidSlice | ( | const std::vector< Matter > & | matobjs | ) |
Definition at line 248 of file GPSurrogateJob.cpp.
| std::pair< Eigen::VectorXd, Eigen::VectorXd > eonc::helpers::surrogate::getNewDataPoint | ( | const std::vector< std::shared_ptr< Matter > > & | matobjs, |
| std::shared_ptr< Potential > | true_pot ) |
Definition at line 286 of file GPSurrogateJob.cpp.
| Eigen::VectorXd eonc::helpers::surrogate::make_target | ( | Matter & | m1, |
| std::shared_ptr< Potential > | true_pot ) |
Definition at line 261 of file GPSurrogateJob.cpp.