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

Реализовать метод самовалидации цепочки #38

Closed
nicl-nno opened this issue Mar 3, 2020 · 0 comments · Fixed by #52
Closed

Реализовать метод самовалидации цепочки #38

nicl-nno opened this issue Mar 3, 2020 · 0 comments · Fixed by #52

Comments

@nicl-nno
Copy link
Collaborator

nicl-nno commented Mar 3, 2020

Проверки для chain на :

  • отсутствие циклов
  • отсутствие изолированных нод и подграфов
  • отсутствие нескольких корневых нод
  • отсутствие нод, ссылающихся сами на себя
  • наличие primary-нод
  • другие проверки, если таковые можно придумать

Можно вызывать такой метод каждый раз при добавлении ноды в chain.

@nicl-nno nicl-nno created this issue from a note in Fedot framework development (To do) Mar 3, 2020
@BarabanovaIrina BarabanovaIrina moved this from To do to In progress in Fedot framework development Mar 4, 2020
@J3FALL J3FALL linked a pull request Mar 6, 2020 that will close this issue
@nicl-nno nicl-nno moved this from In progress to Done in Fedot framework development Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants