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

pydantic inherentance #11

Open
roussel-ryan opened this issue Jun 14, 2024 · 0 comments
Open

pydantic inherentance #11

roussel-ryan opened this issue Jun 14, 2024 · 0 comments

Comments

@roussel-ryan
Copy link

All Xopt generators are subclasses of the pydantic (v2) BaseModel class (https://docs.pydantic.dev/latest/). This enables generator serialization that may or may not be useful. Serialization of arbitrary types is not supported by native pydantic types, but pydantic is flexible enough to support custom serialization. For example, we have serialized complex objects such as torch modules in the past.

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