This repository contains implementation and results of adaptive sampling algorithms for bathymetry mapping of lakes an ponds.
We propose few modifications of the existing GP-UCB algorithm to optimize the sensing task.
Visit Project Page - https://sites.google.com/umass.edu/adaptive-sampling/home
- ExplorationVsExploitation : Contains implementation of different exploration versus exploitation trade-off algorithms and gaussian process regression.
- GP-UCB : Contains implementation of 2D scalar field mapping using baseline GP-UCB algorithm.
- GP_UCB_Modified : Contains the implementation of the proposed Adaptive-radius based GP-UCB algorithm for mapping a 2D scalar field.
- Sample_on_the_Way_GPUCB : Contains the implementation of the proposed On-the-way sampling GP-UCB algorithm for mapping a 2D scalar field.
- NewApproach : Contains the implementation and results of the proposed dynamic programming GP-UCB algorithm for mapping a 2D scalar field.
- Evaluation of new approach: Contains results of this approach
- Results : Contains results of all these algorithms, specifically trajectory length, error in estimation, and computation time of the algorithm.
- Testing_with_RealLakeData: Contains results of trajectory length, error in estimation, and computation time for real lake data.
- lake: Contains real lake dataset
Results - https://docs.google.com/spreadsheets/d/1MZyKEKiKYIyyV0GqOMyHChOsHtY8b_Y6iAttEfBZM5c/edit?usp=sharing


