The statement
Given a set of Power plants and Clients, find an assignation for each Client where the total benefit is the maximum. Each power plant is represented by coordinates in a map, the total production and the cost when it’s stopped and running. Each client is represented by coordinates in a map, the power consumed, the price it pays for each Mw and a compensation in the case he doesn’t get power. Also, power gets drained if the distance between a power plant and a client is farther than a certain value.
They ask us to solve the problem using
Hill Climbing and
Simulated Annealing. We also have to study how each parameter in this algorithm varies the solution and the time efficiency.
The full statement is in the document below. Note that the statement is in Spanish.