msdogan / HydropowerProject

Optimizing operations of hydropower facilities
MIT License
8 stars 1 forks source link

EAs taking longer time than enumeration #1

Closed msdogan closed 8 years ago

msdogan commented 8 years ago

Current model (RoR_design.py) to calculate optimal design flow rate for a run-of-river hydropower plant employs deterministic and probabilistic approach. The model calculates maximizes net present value. The design flow value that corresponds to the maximum net present value is called optimal design flow rate. Two methods are used: enumeration and evolutionary algorithms. EAs have only probabilistic method. EAs used are:

The issue is EAs are taking much more time than enumeration, which shouldn't be.

msdogan commented 8 years ago

I was making more objective evaluations with EA than enumeration, resulting in more computing time with EAs.