-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add gif animation of evolution process to README #243
Conversation
Hello @donRumata03! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-02-14 17:02:20 UTC |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #243 +/- ##
==========================================
+ Coverage 71.96% 72.40% +0.43%
==========================================
Files 136 137 +1
Lines 8130 8230 +100
==========================================
+ Hits 5851 5959 +108
+ Misses 2279 2271 -8 ☔ View full report in Codecov by Sentry. |
Правой части анимации явно требуется № текущего поколения, общее число поколений и значение целевой функции. Чтобы было понятно, сколько ждать. Но вроде в visualise_history это есть (если нет - можно добавить) |
…ng graphs, fitness dynamics
…asure/target graph
…english versions)
Остаётся вопрос, стоит ли добавлять эту визализацию в основные (доступные через С одной стороны — это красивая и наглядная демонстрация, но не исчерпывающая (просто показывает один из мноих путей эволюции) |
Какой-то удобный способ её получать в любом случае не помешает. |
…alizer to a separate file, enable its usage from OptHistory.show
…, increase default values
Знаю ровно один способ: добавить в реестр визуализаций, доступных через |
@pep8speaks suggest diff |
/fix-pep8 |
Можешь мержить. |
Implements #87
Adds visualization of genealogical path of the best found individual suitable for README.
This aims to create stable and evident dynamic of evolving graphs.
The new visualizations are integrated into README files (russian and english versions).
Synthetic evolution is as follows:
Previously, there were these considerations:
0
«stable» enough or should there be a more complicated logic to follow the evolution flow?