Metadata-Version: 1.1
Name: simfleet
Version: 1.0.2
Summary: Agent-based fleet simulator to test strategies
Home-page: https://github.com/javipalanca/simfleet
Author: Javi Palanca
Author-email: jpalanca@gmail.com
License: MIT license
Description: ========
        SimFleet
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/simfleet.svg
                :target: https://pypi.python.org/pypi/simfleet
        
        .. image:: https://img.shields.io/travis/javipalanca/simfleet.svg
                :target: https://travis-ci.org/javipalanca/simfleet
        
        .. image:: https://readthedocs.org/projects/simfleet/badge/?version=latest
                :target: https://simfleet.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        Agent-based fleet simulator to test strategies
        
        
        * Free software: MIT license
        * Documentation: https://simfleet.readthedocs.io.
        
        
        Features
        --------
        
        * Open Fleets simulator
        * Strategy pattern
        * Continuous simulator
        * Load scenarios
        * Multi-agent system built with SPADE_
        * XMPP communications
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _SPADE: https://github.com/javipalanca/spade
        
        
        =======
        History
        =======
        
        1.0.2 (2021-02-14)
        ------------------
        * Fixed bug with Vuex version
        
        1.0.1 (2019-11-07)
        ------------------
        
        * SPADE and pandas version upgraded.
        * Stop simulation fixed.
        * Aesthetic changes.
        * Minor bug fixes.
        * Updated documentation.
        
        1.0.0 (2019-11-05)
        ------------------
        
        * Moved from a taxi simulator to a generic fleet simulator.
        * Updated documentation.
        * Added support for different cities.
        * Directory agent now sends all the info.
        * Fixed bug of staying the corresponding time in the station when charging.
        * Changed logger to loguru library.
        * Removed fuel from transport popup, now is current_autonomy/max_autonomy.
        * Concurrent charging in stations now allowed through TimeoutBehavior.
        * Custom icons added.
        * Removed agents introduction from GUI.
        * Added specific parameters in scenario file (now config file).
        * CLI simplified.
        * Changed cli to config file.
        * Control of free places and status for StationAgent.
        * Fuel refill behavior between TransportAgent and StationAgent.
        * Refactoring from passenger to Customer
        * Refactoring from taxi to Transport
        * Refactoring from coordinator to fleet manager
        
        0.4.1 (2019-01-07)
        ------------------
        
        * Fixed bug when checking if the simulation is finished.
        
        0.4.0 (2018-10-25)
        ------------------
        
        * Improved the concurrent creation of agents.
        * Added stop and clear buttons to the interface.
        * Added download button for getting results in excel and json formats.
        * Documentation updated.
        
        0.3.0 (2018-10-01)
        ------------------
        
        * Migrated to SPADE 3.
        * Documentation highly improved.
        * Helper functions added and refined.
        * Javascript framework included: VueJS
        * Routes centralized with a Route agent.
        * UI improved.
        
        0.2 (2017-11-15)
        ------------------
        
        * Added scenario loading feature.
        
        0.1.3 (2017-11-15)
        ------------------
        
        * Fixed minor bugs.
        
        0.1.1 (2017-11-14)
        ------------------
        
        * Added documentation.
        
        0.1.0 (2017-11-03)
        ------------------
        
        * First release on PyPI.
        
        
Keywords: simfleet
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
