divilian / specstar

Combines SPECscape and SPECnet into one project
1 stars 1 forks source link

Fix weird λ≈0 plot artifacts #67

Closed divilian closed 5 years ago

divilian commented 5 years ago

When running param_sweep.jl with (say) these parameters:

param_to_sweep=:λ   

start_value=0.0     
end_value=3         
num_values=30       
trials_per_value=14 

some of the plots, including num_living_agents_pre_num_protos_post_num_protos_pre_num_living_agents_post.png, look weird on the left-hand side: num_living_agents_pre_num_protos_post_num_protos_pre_num_living_agents_post

Assuming this is an error, due to some weird artifact when the parameter is near zero, fix the plots. If not, figure out why it is occurring so we can explain it in the manuscript.

divilian commented 5 years ago

(@venkatachalapathy also requests that we also check that λ=0 is the same as none-to-none network dynamics. See new issue #68.)

divilian commented 5 years ago

Will fixed this in a17bda0.