issues
search
jyhong836
/
MatExManager
A matlab experiment manager to select models or classifiers easily.
GNU General Public License v3.0
0
stars
0
forks
source link
Cache system
#3
Open
jyhong836
opened
6 years ago
jyhong836
commented
6 years ago
I want to add a cache system for some reasons:
Many preprocessing works are parameter-fixed. As a result, they should not be repeated every time, which can, therefore, speed up computing.
A convenient cache system can help to save some middle states of experiments, which is necessary for discovering bugs.
To be added.
jyhong836
commented
6 years ago
A pre-step is:
Enable the sytem to do multi-steps of processing.
I want to add a cache system for some reasons: