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

How Search over multiple examples #27

Open
eharpste opened this issue Apr 8, 2019 · 3 comments
Open

How Search over multiple examples #27

eharpste opened this issue Apr 8, 2019 · 3 comments
Assignees
Labels
Replication Re-implementing something that used to exist in an older version of AL or SimStudent

Comments

@eharpste
Copy link
Member

eharpste commented Apr 8, 2019

Currently How Search operators over the single given example without looking at prior positive examples. This is something that SimStudent used to do.

@eharpste eharpste added the Replication Re-implementing something that used to exist in an older version of AL or SimStudent label Apr 8, 2019
@eharpste
Copy link
Member Author

eharpste commented Apr 8, 2019

Could apply this within all examples provided to the same skill label.

@cmaclell
Copy link
Collaborator

So there is an inherent contradiction in this in that looking at the past examples is not really incremental anymore. We could have some kind of an n-back or mini-batch how learning or something to make it more incremental.

This being said, I think it should be pretty straightforward-- probably more so with Danny's refactor. If we have an interface for the how learner, it should be able to accept more than one example and it should try to find a solution that covers them all. Given that a solution that covers them all has to be a solution to each of them, we can just do the regular search for one of the examples (the most recent?) and just reject solutions that do not cover all the past positive examples as well.

@eharpste
Copy link
Member Author

eharpste commented Jun 3, 2019

This is related to #32. Is it also related to #26?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Replication Re-implementing something that used to exist in an older version of AL or SimStudent
Projects
None yet
Development

No branches or pull requests

3 participants