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

feat(JOML): migrate BiodiversityGenerator #20

Merged
merged 2 commits into from
Dec 30, 2020

Conversation

pollend
Copy link
Member

@pollend pollend commented Dec 28, 2020

I got rid of the dependency to AnotherWorld and replaced UniformNoiseAlpha with just a sigmoid function. the maximums range would be between .7 and .26 but you can scale it with an alpha value.

1/(1 + Math.exp(val * alpha))

@@ -5,7 +5,6 @@
"displayName": "Genome",
"description": "Allows to define an organism type (say herbs) in a module, define the properties they have based on the DNA (genes) and this module will handle breeding organisms and their DNA changes (including mutations).",
"dependencies": [
{ "id": "AnotherWorld", "minVersion": "1.0.0" },
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

We need to update the module version to have the SNAPSHOT appended, though 😉

@skaldarnar skaldarnar merged commit 92e95ff into develop Dec 30, 2020
@skaldarnar skaldarnar deleted the feature/joml-migrate-BiodiversityGenerator branch December 30, 2020 17:30
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