https://github.com/athphane/bio-computing-assignment
Bio computing assignment
https://github.com/athphane/bio-computing-assignment
assignment biocomputing ga genetic-algorithm python ufcfy3-15-3 uwe
Last synced: 11 months ago
JSON representation
Bio computing assignment
- Host: GitHub
- URL: https://github.com/athphane/bio-computing-assignment
- Owner: athphane
- Created: 2021-05-30T10:33:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T16:46:15.000Z (over 4 years ago)
- Last Synced: 2025-01-30T08:43:03.289Z (about 1 year ago)
- Topics: assignment, biocomputing, ga, genetic-algorithm, python, ufcfy3-15-3, uwe
- Language: Python
- Homepage:
- Size: 608 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## UFCFY3-15-3 Bio-Computing Assignment
It's really simple.
You get:
* 3 data files
* Be told to make an algorithm to put inputs and get output.
* And get no help at all.
And then you're supposed to write a 1000 word essay on your findings
from the assignment.
### How to run the programs.
For the binary datasets, you will need to change a few things to switch betwen dataset 1 and 2.
- Population gene size
- input file
- output file
To run the binary dataset, cd into the binary folder and do `python binary.py`
The floating-point dataset can be run immediately by cding into the directory and
running `python float.py`