Giter VIP home page Giter VIP logo

prime_number_generating_genetic_program's Introduction

This is a genetic program that finds prime number generating functions. The program was implemented using Python version 3.6.5

Organization: University of Edinburgh, School of Informatics Date: November 11, 2019


Dependancies

Before running this program, run the following commands to ensure that all the required libraries are installed on the system

pip install deap pip install pandas pip install matplotlib pip install networkx

A matlab library folder is also included for the optional use of Matlab for prime checking

  • Note 1: A MATLAB installation is required in order to use this option.
  • Note 2: set use_matlab option to TRUE in controller.py to use this option
  • Note 3: None of the code under the matlab folder was written by me. It is simply included as a thrid party library for program completeness.

How to run the program

  • 1 - List the details for each experiement to run in the spreadsheet "experiment_list.xlsx"
  • 2 - Save and close the "experiment_list.xlsx" spreadsheet
  • 3 - Run the program as follows:
    • a - on a Windows machine simply double click the batch file "1-RUN_EXPERIMENTS.bat"
    • b - on a non Windows machine, execute the command "python controller.py"

Output

The program generates a text file "experiment-id.txt" for each experiment specified. Note: Ensure that each experiment is assigned a unique id

prime_number_generating_genetic_program's People

Contributors

mukeswebrian avatar

Watchers

 avatar

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.