jyhong836 / MatExManager

A matlab experiment manager to select models or classifiers easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache system

jyhong836 opened this issue · comments

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.

A pre-step is:

  • Enable the sytem to do multi-steps of processing.