penaltymodel-lp¶
Generates penalty models using scipy.optimize’s Linear Programming capability. Serves as a factory and cache for penaltymodel.
On install, penaltymodel-lp registers an entry point that can be read by
penaltymodel. It will be used automatically by any project that uses penaltymodel’s
get_penalty_model function.