Skip to content

pbrenna/oa_evol

Repository files navigation

Evolving orthogonal arrays

Work in progress implementation of: Mariot, L., Picek, S., Jakobovic, D., & Leporati, A. (2018, September). Evolutionary Search of Binary Orthogonal Arrays. In International Conference on Parallel Problem Solving from Nature (pp. 121-133). Springer, Cham.

Requirements

  • Rust and related tools (via rustup)

Downloading & Running

$ git clone https://github.com/pbrenna/oa_evol
$ cd oa_evol/

# To run the genetic algorithm: 
$ ./ga n k t [OPTIONS]

# To run the genetic programming algorithm: 
$ ./gp n k t [OPTIONS]

# To view the options:
$ ./ga --help
$ ./gp --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published