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,
63 Planner::declareParam<double>("truncation_scaling_parameter", this, &ABITstar::setTruncationScalingParameter,
A shared pointer wrapper for ompl::base::SpaceInformation.
double getInitialInflationFactor() const
Get the inflation factor for the initial search.
Definition: ABITstar.cpp:146
double getCurrentTruncationFactor() const
Get the truncation factor for the current search.
Definition: ABITstar.cpp:166
void setInflationScalingParameter(double parameter)
The parameter that scales the inflation factor on the second search of each RGG approximation....
Definition: BITstar.cpp:1165
double getInitialInflationFactor() const
Get the inflation factor for the initial search.
Definition: BITstar.cpp:1180
void setInitialInflationFactor(double factor)
Set the inflation factor for the initial search.
Definition: ABITstar.cpp:131
double getCurrentTruncationFactor() const
Get the truncation factor for the current search.
Definition: BITstar.cpp:1200
void enableCascadingRewirings(bool enable)
Set whether cascading of rewirings is enabled.
Definition: SearchQueue.cpp:135
void setInflationScalingParameter(double parameter)
Set the parameter for the inflation factor update policy.
Definition: ABITstar.cpp:136
double getInflationScalingParameter() const
Get the inflation scaling parameter.
Definition: ABITstar.cpp:151
void setTruncationScalingParameter(double parameter)
Sets the parameter that scales the truncation factor for the searches of each RGG approximation....
Definition: BITstar.cpp:1170
double getCurrentInflationFactor() const
Get the inflation factor for the current search.
Definition: BITstar.cpp:1195
void setTruncationScalingParameter(double parameter)
Set the parameter for the truncation factor update policy.
Definition: ABITstar.cpp:141
double getInflationScalingParameter() const
Get the inflation scaling parameter.
Definition: BITstar.cpp:1185
double getTruncationScalingParameter() const
Get the truncation factor parameter.
Definition: BITstar.cpp:1190
double getTruncationScalingParameter() const
Get the truncation scaling parameter.
Definition: ABITstar.cpp:156
double getCurrentInflationFactor() const
Get the inflation factor for the current search.
Definition: ABITstar.cpp:161
void setInitialInflationFactor(double factor)
Set the inflation for the initial search of RGG approximation. See ABIT*'s class description for more...
Definition: BITstar.cpp:1159