Skip to content

Commit

Permalink
ENH: remove unnecessary stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
User-DK committed Aug 25, 2024
1 parent f9d2f44 commit 8aac7bd
Show file tree
Hide file tree
Showing 35 changed files with 34 additions and 981 deletions.
48 changes: 0 additions & 48 deletions res/PySeldon_1.svg

This file was deleted.

Binary file removed res/_logotext.png
Binary file not shown.
2 changes: 2 additions & 0 deletions tests/res/config/conf.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Config file that is only used for testing purpose

[simulation]
model = "DeGroot"
# rng_seed = 120 # Leaving this empty will pick a random seed
Expand Down
2 changes: 2 additions & 0 deletions tests/res/config/inconf.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Config file that is only used for testing purpose

[simulation]
model = "DeGroo"
# rng_seed = 120 # Leaving this empty will pick a random seed
Expand Down
126 changes: 0 additions & 126 deletions visualisations/degrootmodel.ipynb

This file was deleted.

21 changes: 0 additions & 21 deletions visualisations/ouput_20_agents/network_0.txt

This file was deleted.

21 changes: 0 additions & 21 deletions visualisations/ouput_20_agents/opinions_0.txt

This file was deleted.

21 changes: 0 additions & 21 deletions visualisations/ouput_20_agents/opinions_10.txt

This file was deleted.

126 changes: 0 additions & 126 deletions visualisations/ouput_20_agents_10_connections_each/degrootmodel.ipynb

This file was deleted.

16 changes: 16 additions & 0 deletions visualisations/ouput_20_agents_10_connections_each/degrootmodel.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

import pyseldonlib
other_settings = pyseldonlib.Other_Settings(n_output_agents=10,
n_output_network= None,
print_progress= True,
output_initial=True,
start_output=1,
number_of_agents = 20,
connections_per_agent = 10)

model = pyseldonlib.DeGroot_Model(max_iterations=1000,
convergence_tol=1e-6,
rng_seed=120,
other_settings=other_settings)

model.run('./ouput_20_agents')
Loading

0 comments on commit 8aac7bd

Please sign in to comment.