Giter VIP home page Giter VIP logo

ae5's Introduction

Autómata Evolutivo 5

Evolutionary automaton
2015--2024

  • Javier Falgueras
  • Carlos Villagrasa, originally
  • Juan Falgueras
  • Andrés Moya

This program is to be executed on a UNIX/Linux Terminal. It uses Python 3 and a few standard python libraries.

For Windows:

If you use a modern Windows, you need to install Python which is not pre-installed. You can do that using this (links can be different for more modern versions) link https://www.python.org/ftp/python/3.10.5/python-3.10.5-amd64.exe

If you have an old Windows, perhaps you would need to see which one could suit your version: link https://www.python.org/downloads/windows/

You have many videos explaining the process like this one

The Terminal command on Windows can be the simple command.com you can find it through the "Start" button and searching for Command Prompt

On MacOSX/Linux

Search for the application terminal and check that python3 works there.

Installing AE5

Once Terminal + Python are ready, continue installing our AE5:

First of all you have to download the directory with the program using the repository https://github.com/juanfal/AE5

The simplest way is to Use the Green Button-Menu -> Download Zip

Then decompress the .zip file and execute your Terminal aplication on your computer, once the window of your Terminal is prompting you for a command, change to the fresh uncompressed directory where ae5.py is.

cd ...../AE5 

the dots depend on the place you decompressed the downloaded .zip file

There you can execute it by:

python3 ae5.py

First thing you need to try is:

python3 ae5.py --help

Python libraries AE5 needs

If you don't have some of the required standard libraries it needs, you'll be asked for them just in the first execution. The program will show you the standard command to install it.

The next libraries have to be installed

matplotlib 
xlsxwriter

It is possible to repeat the installation of libraries already installed, so if you had any of them but want to ensure you have all the needed ones, execute each of the following commands:

pip3 install matplotlib
pip3 install xlsxwriter

To follow the examples described in the Articles this program is made for:

Once the program is installed and running, to try each of the examples you can use the name of the file in data (no need to use the name of the data directory) like: Paper2/2Plank1.json or Paper3/QDinAsoc3.json

Or you can add specific parameters like the ones in the Article this program is the base for. In this case the parameters for each case can be copy–pasted into the Terminal from the table “Terminal Command or Rank:” found in the Supplementary Material.

For example, for the 'Paradox of the plankton' one of the examples is:

python3 ae5.py Paper1/1Plank4 --numGen=200 --saveExcel --setRandomSeed=1 --verbose

Málaga, 2021-05-25

[1 ] With Windows, you can use Windows Terminal. To install python3 on Windows, you can go to Get started using Python on Windows for beginners

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.