tiagosantos
tiagosantos
Based on the approach of the `ga` package in python, each gene has its own structure, making it easier to create individual and populations. Another main advantage is that is...
**Template:** Version 2022-01-11 [6.9.1] **engine:** pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) **OS:** Ubuntu 22.04.1 LTS **kernel:** 5.10.16.3-microsoft-standard-WSL2 I was trying the new WSL 2 to see if I could remove...
Following the issue  opened by me, previously it was possible to do something like this: ```julia @model test begin c = Var(start = 0.0) @equations begin 0 * der(c)...
Hi, Since I updated Modia and ModiaMath, some code that I had does not work now. What my code did was: ```julia NC = 2 NX = 13 @model model...
Hi, In the README file it says that there's a prototype code for sparse jacobian handling, and that prototype codes are available through flags. Such a flag is not represented...
I was wondering how could I implement algebraic and differential equations in the same array of variables, since `der()` does not support slices. For instance, if `u = Float(start=zeros(5))`, how...