Giter VIP home page Giter VIP logo

ci-cw's Introduction

CICW

Computer Intelligence Coursework

Prerequisites

Go needs to be installed.

Building the project

  1. Navigate to the project directory
  2. Run the command:
    go build
    

This will output an executable for your opperating system.

Running

There are two ways of running the program

With Build

  1. In the command promt, navigate to the executable
  2. Run the command:
    ./CICW.exe
    
  3. By default it will run a demo, with seed 0.

Without Building

  1. In the command promt, navigate to the project
  2. Run the command:
    go run algorithms.go main.go particle.go price.go pricingProblem.go
    
  3. By default it will run a demo, with seed 0.

Help

If you add the flag -h when running the program will display the help text

Usage of CICW.exe:
  -alg string
        Sets algorithm to run: 'PSO', 'AIS' (default "PSO")
  -c    Collects data over a selection of seeds for a certain algorithm
  -ext string
        Sets the file extention to the csv file (default "final")
  -seed int
        Set the default seed

ci-cw's People

Contributors

tardisman5197 avatar

Watchers

 avatar

ci-cw's Issues

Check AIS

Debug Artificial Immune System to check if it working as expected

Experiment with AIS

Try different constant values for Artificial Immune System.
Record the differences.

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.