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 lexicase scorer #14

Open
NicMcPhee opened this issue Oct 20, 2024 · 0 comments
Open

Implement lexicase scorer #14

NicMcPhee opened this issue Oct 20, 2024 · 0 comments

Comments

@NicMcPhee
Copy link
Member

A simple use of lexicase would be to have every potential solution have two values:

  • The total value (big is better; ignores capacity)
  • The total overage (small is better; 0 if we're at or below capacity)

We can then see if lexicase can do something useful with those two values. My guess is that it will put too much "energy" into exploring "solutions" that are essentially "including everything", but I don't know for sure.

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