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

Two stages of graph evaluating #239

Open
kasyanovse opened this issue Nov 8, 2023 · 0 comments
Open

Two stages of graph evaluating #239

kasyanovse opened this issue Nov 8, 2023 · 0 comments
Labels
discuss Requires or would benefit from a discussion enhancement New feature or request

Comments

@kasyanovse
Copy link
Collaborator

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
@kasyanovse kasyanovse added enhancement New feature or request discuss Requires or would benefit from a discussion labels Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss Requires or would benefit from a discussion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant