Skip to content

Two stages of graph evaluating #239

@kasyanovse

Description

@kasyanovse

Graph evaluating consumes a lot of time because it does on all data. If it is used for graph verification it is no need for running on full dataset, it may be done on tiny data part. Therefore there may be two stage of evaluating:

  1. Evaluating as verification on tiny dataset
  2. Evaluating for fitness calculation on full dataset

There are two way to do it:

  1. Get two different evaluators for graph composing
  2. Add interface for control size of dataset is used for evaluation

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussRequires or would benefit from a discussionenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions