orion icon indicating copy to clipboard operation
orion copied to clipboard

Make max_trials part of the generic BaseAlgorithm interface.

Open bouthilx opened this issue 2 years ago • 0 comments

From #860

Oh and while we're at it, I suggest we add a self.max_trials: Optional[int] = None attribute in BaseAlgorithm. Lots of tests forcefully set this attribute on the algos, even though it isn't defined.

@lebrice

bouthilx avatar Mar 31 '22 17:03 bouthilx