pydruglogics.model.BooleanModelOptimizer
Abstract base class for optimizers that train Boolean models and can save the results.
- abstract BooleanModelOptimizer.run()
Abstract method. Run the optimizer and return a list of trained BooleanModel instances.
- abstract BooleanModelOptimizer.save_to_file_models(path)
Abstract method. Save the optimized models to the given path.