Alan-Robertson

Results 1 issues of Alan-Robertson

First hyper-heuristic optimisation algorithm to be added for this pull request, an example follows: First we define a test function ```python f_rosenbrock = lambda x: numpy.sum([((x[i+1] - x[i]**2)**2 + (1...

enhancement
wip