Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added example to explore an initial population of individuals #579

Merged
merged 9 commits into from
Oct 4, 2024

Conversation

andresgr96
Copy link
Contributor

@andresgr96 andresgr96 commented Sep 27, 2024

  • Added possibility of visualization of the genotype to phenotype body mapping
  • Added a new example to learn how to fetch morphological traits of individuals
  • Added calculation of population diversity using Euclidean distance of morphological traits
  • Added calculation of population diversity using the edit-tree distance of morphological traits
  • Fixed an error occurring from manually closing the simulation while the framework still tried to render the scene
  • Removed hidden units from the multineat generating the initial genotypes that seemed to be causing bias towards already picked modules (temporal fix, will need more study)
  • Corrected some incorrect measures for v2 body

andresgr96 and others added 5 commits September 11, 2024 16:20
* renamed ci-group folder, updated docs and first example

* Fix texture type bug: the texture/type attribute expects a string, not an integer

* Reformat the strings with double quotes

* Fix the format

* Remove the unused method

---------

Co-authored-by: Andres <[email protected]>
Co-authored-by: Ting-Chia Chiang <[email protected]>
Copy link

@JedMuff JedMuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work. I spotted a few things that I think should change though. Let's discuss when you get chance to read them.

@andresgr96 andresgr96 merged commit c9e3d6d into development Oct 4, 2024
66 checks passed
@andresgr96 andresgr96 deleted the population_exp branch October 4, 2024 11:23
andresgr96 added a commit that referenced this pull request Oct 8, 2024
* implementation of population exploration example script mostly done

* updated example readme and requirements, addressed codetools errors

* updated requirement files and reformatted necessary files

* fixed an error caused by the framework trying to render the scene after the renderer was manually closed

* corrected some incorrect measures for the v2 body

* addressed code review feedback

---------

Co-authored-by: Andres <[email protected]>
Co-authored-by: Ting-Chia Chiang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants