araujolma/SOAR

Introduce the acceleration limitation

Closed this issue · 1 comments

The original Miele paper introduces a penalty factor on the function I, according to:

I* = I + k * (acc - max_acc)² * (acc>max_acc)

Now that the gradient algorithm already looks for a somewhat abstract objective function, this is now theoretically possible.

Let's do it!

Already done!