Loading...
Searching...
No Matches
ABITstar.cpp
43 ABITstar::ABITstar(const ompl::base::SpaceInformationPtr &si, const std::string &name /*= "ABITstar"*/)
59 Planner::declareParam<double>("initial_inflation_factor", this, &ABITstar::setInitialInflationFactor,
61 Planner::declareParam<double>("inflation_scaling_parameter", this, &ABITstar::setInflationScalingParameter,
double getCurrentInflationFactor() const
Get the inflation factor for the current search.
Definition ABITstar.cpp:98
double getCurrentTruncationFactor() const
Get the truncation factor for the current search.
Definition ABITstar.cpp:103
double getInflationScalingParameter() const
Get the inflation scaling parameter.
Definition ABITstar.cpp:88
void setInitialInflationFactor(double factor)
Set the inflation factor for the initial search.
Definition ABITstar.cpp:68
double getTruncationScalingParameter() const
Get the truncation scaling parameter.
Definition ABITstar.cpp:93
double getInitialInflationFactor() const
Get the inflation factor for the initial search.
Definition ABITstar.cpp:83
void setTruncationScalingParameter(double parameter)
Set the parameter for the truncation factor update policy.
Definition ABITstar.cpp:78
void setInflationScalingParameter(double parameter)
Set the parameter for the inflation factor update policy.
Definition ABITstar.cpp:73
double getInitialInflationFactor() const
Get the inflation factor for the initial search.
Definition BITstar.cpp:1115
void setInflationScalingParameter(double parameter)
The parameter that scales the inflation factor on the second search of each RGG approximation....
Definition BITstar.cpp:1100
double getCurrentInflationFactor() const
Get the inflation factor for the current search.
Definition BITstar.cpp:1130
double getCurrentTruncationFactor() const
Get the truncation factor for the current search.
Definition BITstar.cpp:1135
double getTruncationScalingParameter() const
Get the truncation factor parameter.
Definition BITstar.cpp:1125
void setInitialInflationFactor(double factor)
Set the inflation for the initial search of RGG approximation. See ABIT*'s class description for more...
Definition BITstar.cpp:1094
double getInflationScalingParameter() const
Get the inflation scaling parameter.
Definition BITstar.cpp:1120
void setTruncationScalingParameter(double parameter)
Sets the parameter that scales the truncation factor for the searches of each RGG approximation....
Definition BITstar.cpp:1105
This namespace contains code that is specific to planning under geometric constraints.
Definition GeneticSearch.h:48
Main namespace. Contains everything in this library.
Definition MultiLevelPlanarManipulatorDemo.cpp:66