Skip to content

Implement UI for remaining training settings options. #4

@jacokyle01

Description

@jacokyle01

We have several configuration options that are implemented in code but are inaccessible because there's no UI for them.

export interface Config {
getNext?: {
by?: 'depth' | 'breadth'; // exploration strategy to find next position
max?: number; //dont look at positions after this many moves
};
buckets?: number[]; //the "spaces" for spaced repetition. see "leitner system"
promotion?: 'most' | 'next';
demotion?: 'most' | 'next';
}

Specifically, depth, promotion, and demotion.
For example, with depth limit, we could implement this with a slider.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions