population evolution over the time with p5.js library
This project is inspired by primer
- pull_request_1 : Version with the blob class build
- pull_request_2 : Version with the blob rate evolution system
- pull_request_3 : Version with mutation rate added
- blue blobs can mutate into red or green blob with differents rates
- pull_req_chancerate : Version with chance rate fixed
- the spontaneous rates are now based on probabilities but depends of random
- pull_request_5_chart : statistics added :
- Using
chart.js
library Libraries
folder addedChart.js
javascript file for chart configuration- TO ADD :
- Proportion chart because it's only number of blobs -> percentages
- Y axis responsive
- Using
- Rates can be inputed in a table
- speed of generation
- number of each population
- statistics ✅
- crowding coeficient
- pause generating :
setInterval and clearInterval
- Max population tracking
- reset and start button
- a table for each initial population