Open nishihatapalmer opened 2 years ago
These are some ideas for how smart should be configured when installed either via binary distribution or after running make all.
Binaries
smart
/bin
/bin/algos
Config and logs
selected_algos
home/user/.smart_search
experiment_log.txt
Results
/home/user
Should make it so you can run it immediately after make all without having to run an install script first to configure things.
make all
These are some ideas for how smart should be configured when installed either via binary distribution or after running make all.
Binaries
smart
in/bin
and algos in/bin/algos
seems fine to me by default.Config and logs
selected_algos
and any other config files under the user home directory inhome/user/.smart_search
or something like that.experiment_log.txt
or something, if we have a logging framework.Results
/home/user
again?