naive module¶
The set of definitions to not to store results.
-
class
jinete.storers.naive.
NaiveStorer
(result, formatter_cls=None)[source]¶ Bases:
jinete.storers.abc.Storer
(Not) store a resulting solution.
This entity is used mainly for testing or when the storing logic is not needed.
-
__init__
(result, formatter_cls=None)¶ Construct a new object instance.
- Parameters
result (Result) – The result object to store.
formatter_cls (Type[StorerFormatter]) – The formatter class to be used during the storage process.
-