Hi Ady,
Thanks for this. I was able to get allow_autapses and the other properties to work as
expected. I also wanted to change the p and rule settings for the node connections.
I've tried using the PR from listed above as a pattern like this:
In conn_builder.cpp I added
if (conn_spec->known(names::make_symmetric)){
updateValue< double >( conn_spec, names::p, p_ );
}
In sp_manager.cpp I added
if ( syn_spec->known( names::p ) )
{
def< double >( conn_spec, names::p, getValue< double >( syn_spec,
names::p ) );
}
Setting the "p" does not seem to make any changes though. Any suggestions?
Thanks,
Abbey