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

Implement FDAlgorithm parameter getters #37

Open
Mstrutov opened this issue Aug 30, 2021 · 0 comments
Open

Implement FDAlgorithm parameter getters #37

Mstrutov opened this issue Aug 30, 2021 · 0 comments
Labels
feature Provides new functionality

Comments

@Mstrutov
Copy link
Collaborator

Frontend side needs information about available parameters, e.g. maxLHS, error, seed, etc.
Therefore we need a method in base class FDAlgorithm that would concurrently output info in a form similar to: "{: }".

An example:

{
  "seed": {
    "min": 0,
    "type": "int"
  },
  "error": {
    "min": 0,
    "max": 1,
    "type": "double"
  }
  ...
}

Synchronize the API with frontend developers.

@Mstrutov Mstrutov added the feature Provides new functionality label Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Provides new functionality
Projects
None yet
Development

No branches or pull requests

1 participant