THUMNLab / AutoGL

An autoML framework & toolkit for machine learning on graphs.
http://mn.cs.tsinghua.edu.cn/AutoGL/
Apache License 2.0
1.09k stars 119 forks source link

[FEATURE]how to save the solver as a disk file and load it? #119

Closed ZQRZQR closed 1 year ago

ZQRZQR commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

general502570 commented 1 year ago

Thank you for your interest in our AutoGL. You can try to use pickle in Python to save the solver as a binary file. You can also load the file by pickle.