Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.48 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.48 KB

Evolution p5

population evolution over the time with p5.js library

This project is inspired by primer

preview

alt text

Libraries :

Tracker :

  • 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 added
    • Chart.js javascript file for chart configuration
    • TO ADD :
      • Proportion chart because it's only number of blobs -> percentages
      • Y axis responsive

Features to add :

  • 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