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

Standardization of Storage #37

Open
2 of 3 tasks
truell20 opened this issue Apr 22, 2016 · 4 comments
Open
2 of 3 tasks

Standardization of Storage #37

truell20 opened this issue Apr 22, 2016 · 4 comments

Comments

@truell20
Copy link
Member

truell20 commented Apr 22, 2016

Because of ISEF, I don't really have time to do this right now. However, serialization for Learner, Trainer, and Interpolator subclasses should follow the method outlined here. Right now, unserializing a subclass of one of these three without knowing the subclass is impossible.

  • Learner
  • Trainer
  • Interpolator (Already Done)
@truell20
Copy link
Member Author

@FlyingGraysons

@hmwildermuth
Copy link
Collaborator

Trainer is done @truell20

@joshuagruenstein
Copy link
Member

If we want Fido to run seamless on microcontrollers, we're gonna have to make some compromises regarding serialization. I would be in favor of a single serialization factory-type class than can serialize and construct Learners, Trainers, and Interpolators. For microcontrollers the class could simply not be included.

@truell20
Copy link
Member Author

@joshuagruenstein Can we not use char arrays to serialize and unserialize objects?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants