infinity New AlgorithmsΒΆ

I was planning to divide this section in two parts, to give a description of two new algorithms that I ported to Python, respectively BiteOpt and MCS. However, I am not sure I have the willpower to describe them both, so I’ll probably leave it at the description of MCS only.

A very good description of the BiteOpt optimization algorithm can be found at https://github.com/avaneev/biteopt . I have tested my translation to Python with several dozes objecive functions and they give exactly the same answers.

Previous topic

Robust

Next topic

MCS

This Page