- Jul 15, 2022
-
-
niehuesjk authored
Wrote fcts to generate states and run simulations. solve(problem, Rodas4()) did not work for unknown reason. Throws error due to oneunit(Type::Any). Worked in normal-form repo though. I can import the same grid and only solve it in normal-form repo. Found workaround with PowerDynamics simulate() that actually only calls solve(problem, Rodas4()). Only issue: don't know yet how to pass solver_kwargs like abstol ttrows errors the was I think it should be done). Problem with packages? Tried importing the right ones as well as updating. Out of nowhere Plots and GR stopped working. Updated packages in repo and julia main. Plots.jl problem fixed, but now I can't generate new networks. edges() throws a not implemented error. TreeNodeClassification also does not work anymore. Says wrong type. This is broken in both repos now. Problem with packages? committed to new branch toy-model/package_problems
-
- Jul 04, 2022
-
-
niehuesjk authored
wrote function to generate a Synthetic network with SwingEqLVS (tested), Schiffer (untested) or general normal form phase-amplitude oscillator (not implemented yet). Tested power distribution random-half (default) and implemented power balancing scheme operation point (not tested yet).
-
- May 20, 2022
-
-
niehuesjk authored
made nice tunepar tools and tested; made Self-consistency plots for Frank, but rather quick and dirty
-
- May 11, 2022
-
-
niehuesjk authored
-
niehuesjk authored
seperated tools (fcts) and code that uses them to generate data or plots. Cleaned up. Dependencies might still be incomplete. From now on make scripts with clear names that indicate what exactly they do (which should be one thing)
-
niehuesjk authored
made simulation_trajectories.jl so other people can easily plot trajectories of the two-node toy model
-
niehuesjk authored
now for real: added consistency checks: amplitude and frequency statistics prediction; adiabatic continuation of new branch of states; bif with more samples shows that newstates branch also exists in full equations; comparison of dynamics of full and simplified eq
-
- Apr 05, 2022
-
-
niehuesjk authored
-
- Mar 18, 2022
-
-
niehuesjk authored
-
- Mar 16, 2022
-
-
niehuesjk authored
made some more contour plots of Z and adiabatic continuation of the branches in the reduced model (harm osc)
-
- Mar 04, 2022
-
-
niehuesjk authored
Brought project into a proper form: Put scripts inti src folder. Generated proper Project.toml and Manifest.toml by going into the project in the package manager and addig packages there. Put plots and data in respective folders. Transferred files from toy-model-old.
-
- Feb 26, 2022
-
-
niehuesjk authored
-
- Feb 21, 2022
-
-
niehuesjk authored
Made asymptotic plots for Serhiy's multiscaling. Made new pretty bifurcation diagrams. Madeadi plots and bifurcation diagrams for simplified equations.
-
- Feb 09, 2022
-
-
niehuesjk authored
-
- Feb 08, 2022
-
-
niehuesjk authored
-
- Feb 03, 2022
-
-
niehuesjk authored
-
- Jan 17, 2022
- Jan 10, 2022
-
-
niehuesjk authored
-
niehuesjk authored
-
Jakob Niehues authored
-