sunpeek.core_methods.common.main.AlgoResult#
- class sunpeek.core_methods.common.main.AlgoResult(output, successful_strategy, feedback)#
Bases:
object
AlgoResult is returned by CoreAlgorithm.run(). It holds the algorithm output, the successful strategy (on of all possible algorithm strategies), and a CoreMethodFeedback with details about problems in any of the strategies.
Methods
__init__
(output, successful_strategy, feedback)