SGP-Tools
sgptools.models
Sensor placement and informative path planning methods in this package:
bo
: Provides a Bayesian optimization based approach that maximizes mutual-information to get sensor placementscma_es
: Provides a genetic algorithm (CMA-ES) based approach that maximizes mutual-information to get sensor placementscontinuous_sgp
: Provides an SGP-based sensor placement approach that is optimized using gradient descentgreedy_mi
: Provides a greedy algorithm based approach that maximizes mutual-information to get sensor placementsgreedy_sgp
: Provides an SGP-based sensor placement approach that is optimized using a greedy algorithm