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

Stage5 - Mutator docs #71

Closed
PawelDabrowski83 opened this issue Jan 11, 2021 · 0 comments · Fixed by #77
Closed

Stage5 - Mutator docs #71

PawelDabrowski83 opened this issue Jan 11, 2021 · 0 comments · Fixed by #77
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@PawelDabrowski83
Copy link
Owner

PawelDabrowski83 commented Jan 11, 2021

Mutator.mutate(Gene): void
modyfikuje gen. Szansa na mutację to jest pole mutationChance w Mutatorze.

(testowanie przez randomprovider)

Sama modyfikacja genu - wylosowanie bita na dowolnej pozycji (0-15) i zmiana wartości 0/1.

Strategie:
SingleMutator - zmienia 1 bit
MultipleMutator - zmienia losową liczbę bitów (możliwe powtórzenia).

@PawelDabrowski83 PawelDabrowski83 added the documentation Improvements or additions to documentation label Jan 11, 2021
@KamilKamilS KamilKamilS linked a pull request Jan 12, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants