Challenge: Grid Search
Learn to apply grid search for constrained optimization by selecting the best house location based on minimizing an objective function. Understand how to implement the algorithm considering distance constraints from key landmarks like hospitals and markets.
We'll cover the following...
We'll cover the following...
Problem statement
You are searching for a house considering the following two criteria:
: This is the distance (in km) of the house from the nearest hospital. ...