A python library for Inventory Management research. Includes cost functions for deterministic and stochastic (stationary) demand, as well as the data-sets used in the literature. The complete documentation is available at ReadTheDocs.
There are use case examples provided in the iPython notebook example_discrete.ipynb
. A Cooperative Coevolutionary Genetic Programming system for evolving (r,Q) policy parameters expressions is provided in the examples
folder, and can be run from the root folder with
python -m examples.stse
Include also the flag -h
to see all the options available for the GP algorithm.
InventoryResearch - A library for the study of inventory management Copyright (C) 2016 Rui L. Lopes
InventoryResearch is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
InventoryResearch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with InventoryResearch. If not, see http://www.gnu.org/licenses/.