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
  • Merge requests
  • !448

Merged
Created Oct 04, 2021 by Elizaveta Lutsenko@LizLutsenkoOwner

Refactoring parameter processing

  • Overview 8
  • Commits 5
  • Changes 32

Created by: Dreamlone

The framework functionality related to hyperparameter transfer and processing has been modified.

Previously, operation parameters and operations themselves were stored in different places: in nodes in the .operation and content fields, in operations in the params and get_params fields. Now everything is stored in the content dictionary in the node

Moreover, parameters are now filtered when passing from Implementations to Nodes. Some file names were also changed

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: params-nodes