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

control view (WIP) #6

Open
mikkokotila opened this issue Aug 26, 2019 · 0 comments
Open

control view (WIP) #6

mikkokotila opened this issue Aug 26, 2019 · 0 comments

Comments

@mikkokotila
Copy link
Collaborator

Objective

To introduce a drag-and-drop interface that allows visualization of parameter value performance, while providing a straightforward way to disable a given parameter value.

Overview

Data

The underlying data consist of for features:

NAME TYPE DESCRIPTION
active bool if the parameter value is active or not
score int a value between -5 to +5 to indicate performance of the parameter value
parameter str the name of the parameter
value str the value of the parameter

For example, { 'active': true, 'score': -2, 'parameter': 'batch_size', 'value': '128'}. In addition, there is a unique key, and if a 2d array is preferred instead, it can be used as the fifth feature id.

Sizing/Resizing

The size of the interface is proportional to the size of the window. Once a window is resized, everything in the interface is resized together with it. This means that the interface is not usable in smaller screens, particularly in mobile screens, and at this point it is intended to be so.

Positioning of Boxes

  • higher the score, the closer to center
  • negative values are to the left
  • positive values are to the right
  • when value is zero, the box is not visible
  • box are separated by 10% of box dimension vertically and horizontally (so if the current size of the
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant