tanzairatier / jmoo2

JMOO = Joe's Multi Objective Optimization. Provides a python-based library of usable problems, algorithms, and tools for composition of valuable MOO-research.
1 stars 0 forks source link

Graceful executor - exception handling #13

Closed tanzairatier closed 7 years ago

tanzairatier commented 7 years ago

Done with a with style class. Its exit() method will gracefully exit after logging/printing the error stack trace. All JMOO core methods should use the graceful executor in a with statement with its code.