Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Project1 #431

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Project1 #431

wants to merge 1 commit into from

Conversation

mbrdancer
Copy link

FINAL

NSMutableArray *replaced_items;
replaced_items = [[NSMutableArray alloc] init];
int current_rand = 0;
while ([replaced_items count] <= perc)

Choose a reason for hiding this comment

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

perc - процентный показатель. То, что в данном конкретном случае у класса Cell массив состоит из 100 элементов - счастливая случайность.

Copy link
Author

Choose a reason for hiding this comment

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

Это да, решил адаптировать алгоритм, воспользовавшись счастливой случайностью. Однако по условию следовало мутировать ровно на perc процентов, что сложно гарантировать, не будь количество генов кратно 100, а в простейшем случае - просто 100.
Согласен, потерял универсальность алгоритма. Спасибо за замечание!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants