Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • F FEDOT
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 87
    • Issues 87
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ITMO-NSS-team
  • FEDOT
  • Issues
  • #743

Closed
Open
Created Jun 21, 2022 by Elizaveta Lutsenko@LizLutsenkoOwner4 of 4 tasks completed4/4 tasks

Refactor usages of Graph

Created by: gkirgizov

Currently evo operators and other users of the Graph (& OptGraph) access specifics of its implementations.

What requires refactoring (this list may be incomplete):

  • accesses to internal graph.operator
  • direct usages of graph.nodes -- instead they must modify Graph through some general public method like add_node
  • connect_nodes and disconnect_nodes sound like add_edge and remove_edge -- and that should be part of the general graph interface
  • node_children also sounds like a general abstract method

All changes must be accompanied with tests checking that nothing has been broken.

All this points to one simple aim: all usages of the Graph must happen through public interface This is a necessary step for abstracting GraphOptimiser for new domains.

Assignee
Assign to
Time tracking