finmod

Results 53 comments of finmod

You are welcome to use this model as a test. It will open new horizons toward DAE economic systems and there would be many interesting examples/applications in Julia to follow.

Thank you @bradcarman . Yes, it is correct: 2 components-agents (household and firms). Instead in the ModelA1.pdf diagram, you can see that there are 4 connections corresponding to flow supply...

Julia v1.11.1 latest, Agents.jl v6.1.10

@KirillZubov Can I suggest a PINO-based spatiotemporal MFG example and test https://www.mdpi.com/2227-7390/12/6/803 It is an example of system of coupled forward-backward PDEs consisting of an HJB and a FKP equation...

Hi Flemming, I sympathise with your point about restricted compatibilities within the SciML ecosystem. However, I would like to mention that the symbolic mathematics of MarkovBounds is an important asset...

Hi Flemming, Yes. An open source alternative to `solver = optimizer_with_attributes(Mosek.Optimizer, "LOG" => 0)` in the docs would be perfect for any user that runs into trouble with mosek.lic. It...

This example is from: https://www.mdpi.com/2504-3110/5/3/74

Ok. For this particular example, one delay would be good enough for the second variable y[2]. I was not quite sure how to frame this so I put three delays...

Here is the outcome of a test of brusselator_eq.jl on my notebook. Yes, it works in 144 minutes. This cannot be a gentle or "Getting started" introduction to MOL! Or...

For completeness, the Getting Started introduction remains a huge drag to using MOL: ```Julia # Method of lines discretization N = 32 dx = 1 / N dy = 1...