Skip to content

Incremental vs. Non-incremental functionality - Can the architecture support both? #32

@cmaclell

Description

@cmaclell

So Ken brought up the point that AL is not strictly more general than SimStudent I think this is right and the main reason is that AL makes a commitment to incremental learning where as SimStudent uses many non-incremental mechanisms.

I guess this issue is just a question, it is possible to commit to both non-incremental and incremental learning at the architecture level?

For example, to support non-incremental learning we might need to call the learning mechanisms with all the past examples. However, this might force us to commit to maintaining a history of all examples and always providing the learning mechanisms with all the examples-- effectively committing to a non-incremental approach at the architecture level.

Maybe i'm overthinking it and we can easily support both, but just wanted to put this out there.

Metadata

Metadata

Labels

DiscussionRefactoringStuff that makes things easier for usTheoretical ImplicationIssues that could have some implications on the architecture as psychology theory

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions