FutureAIGuru / BrainSimII

Neural Simulator for AGI research and development
http://brainsim.org
MIT License
87 stars 24 forks source link

Read Hebbian lookup tables from a file #16

Open FutureAIGuru opened 3 years ago

FutureAIGuru commented 3 years ago

Is your feature request related to a problem? Please describe. The only way to experiment with different Hebbian models is to modify the source code in NeuronBase.cpp

Describe the solution you'd like These could be read from a file which could be edited with notepad. OR, there could be a UI and the content of the models could be stored in the network file

ghost commented 3 years ago

The latter would be preferable, since that makes sure the proper values are used for a network once it gets reloaded.

ghost commented 3 years ago

But a hybrid of the two would suffice: since this is not a very frequent setting, the UI might be left out in favor of more flexible handling: