name: leap frog optimizer
version: 0.5 ALPHA
author: Mark Redd
email: redddogjr@gmail.com
written for python version: 2
optimizer algorithm website: http://www.r3eda.com/
about:
This optimizer was written based on the algorithm published by
Dr. R. Russell Rhinehart.
A full explanation of the algorithm can be found at the following URL:
http://www.r3eda.com/leapfrogging-optimization-algorithm/
The following are "key references" published on
the optimization website explaining the technique:
- Rhinehart, R. ...