Main MRPT website > C++ reference for MRPT 1.5.3
List of all members | Public Attributes
mrpt::nav::CMultiObjectiveMotionOptimizerBase::TResultInfo Struct Reference

Detailed Description

Definition at line 36 of file CMultiObjectiveMotionOptimizerBase.h.

#include <mrpt/nav/reactive/CMultiObjectiveMotionOptimizerBase.h>

Public Attributes

std::vector< std::map< std::string, double > > score_values
 For each candidate (vector indices), the numerical evaluation of all scores defined in TParamsBase::formula_score. More...
 
std::vector< double > final_evaluation
 The final evaluation score for each candidate. More...
 
std::vector< std::string > log_entries
 Optionally, debug logging info will be stored here by the implementor classes. More...
 

Member Data Documentation

◆ final_evaluation

std::vector<double> mrpt::nav::CMultiObjectiveMotionOptimizerBase::TResultInfo::final_evaluation

The final evaluation score for each candidate.

Definition at line 42 of file CMultiObjectiveMotionOptimizerBase.h.

◆ log_entries

std::vector<std::string> mrpt::nav::CMultiObjectiveMotionOptimizerBase::TResultInfo::log_entries

Optionally, debug logging info will be stored here by the implementor classes.

Definition at line 43 of file CMultiObjectiveMotionOptimizerBase.h.

◆ score_values

std::vector<std::map<std::string, double> > mrpt::nav::CMultiObjectiveMotionOptimizerBase::TResultInfo::score_values

For each candidate (vector indices), the numerical evaluation of all scores defined in TParamsBase::formula_score.

A value of 0 in all scores, or an empty map, means unsuitable candidate.

Definition at line 40 of file CMultiObjectiveMotionOptimizerBase.h.




Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Oct 31 07:27:35 UTC 2017