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:

  1. Many preprocessing works are parameter-fixed. As a result, they should not be repeated every time, which can, therefore, speed up computing.
  2. A convenient cache system can help to save some middle states of experiments, which is necessary for discovering bugs.
  3. To be added.
jyhong836 commented 6 years ago

A pre-step is: