Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SS_solver #70

Merged
merged 314 commits into from
Mar 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
314 commits
Select commit Hold shift + click to select a range
e803d27
fix tol in macro
thorek1 Feb 10, 2024
ef57eb7
sample solver paras
thorek1 Feb 10, 2024
b63a9bf
new optim parameters
thorek1 Feb 10, 2024
01b76e3
roll back new candidate and clean float coldstart
thorek1 Feb 10, 2024
dffef6a
rearrange block_solver, test_solver, debug file
thorek1 Feb 11, 2024
8d42e3e
write safe blocks
thorek1 Feb 11, 2024
8835dff
works but duplicate aux vars
thorek1 Feb 11, 2024
45dcfba
further testing
thorek1 Feb 11, 2024
19d5b53
unique aux vars
thorek1 Feb 12, 2024
6902b8b
Refactor write_reduced_block_solution function
thorek1 Feb 14, 2024
b76dd8a
Add and include additional model files***
thorek1 Feb 14, 2024
7d7b074
bring back early aux vars
thorek1 Feb 15, 2024
5c192d5
fix JET
thorek1 Feb 15, 2024
3b7f083
add (commented out) PG and IS sampler
thorek1 Feb 15, 2024
a8d01d6
redo cold_start handling
thorek1 Feb 15, 2024
51a3a89
write optim for test_solver
thorek1 Feb 15, 2024
66e0c06
more robust ss solver
thorek1 Feb 16, 2024
84e9c1f
improved test_solver
thorek1 Feb 16, 2024
8c6cf8c
refactor block solver
thorek1 Feb 16, 2024
a320b0f
fix cold start
thorek1 Feb 16, 2024
ebba93a
second attempt fix
thorek1 Feb 16, 2024
cf33870
fix bug
thorek1 Feb 16, 2024
0773afa
run solver optim as regular job
thorek1 Feb 16, 2024
ef39c06
add slicesampling
thorek1 Feb 16, 2024
569218b
Merge branch 'main' into ss_solver
thorek1 Feb 16, 2024
6951da5
fix JET
thorek1 Feb 16, 2024
bf0e7e8
add optimization for solver testset
thorek1 Feb 16, 2024
57121cd
fix JET
thorek1 Feb 16, 2024
1d0aef5
fix downgrade script
thorek1 Feb 16, 2024
d81f1c6
switch actions order
thorek1 Feb 16, 2024
e8d684f
fix tests
thorek1 Feb 16, 2024
25e46bd
Update optim_solver_params.jl
thorek1 Feb 16, 2024
bf5c612
Update Project.toml
thorek1 Feb 16, 2024
58baf48
Update optim_solver_params.jl
thorek1 Feb 16, 2024
f756d7a
Update optim_solver_params.jl
thorek1 Feb 16, 2024
8c1cc80
Update Project.toml
thorek1 Feb 16, 2024
ce7ee77
Remove unnecessary code and comments
thorek1 Feb 17, 2024
877833e
try all different transform levels
thorek1 Feb 17, 2024
affb2db
multithreading solver optim
thorek1 Feb 17, 2024
d3dfc34
fix solver optim
thorek1 Feb 17, 2024
d2f9f59
fix optim again
thorek1 Feb 17, 2024
0f0d4e3
more solver optims
thorek1 Feb 17, 2024
3982c44
Update optim_solver_params.jl
thorek1 Feb 17, 2024
c8b8cc4
Update optim_solver_params.jl
thorek1 Feb 17, 2024
0c3ba6e
Update optim_solver_params.jl
thorek1 Feb 18, 2024
e45bb8c
CRS optim
thorek1 Feb 18, 2024
6281b94
Update optim_solver_params.jl try direct
thorek1 Feb 19, 2024
ab64b20
ESCH + successful starting point
thorek1 Feb 19, 2024
49ff526
calc sol minimum also for starting points
thorek1 Feb 25, 2024
2ee1936
type stable kalman filter
thorek1 Feb 25, 2024
9fa39a8
more types
thorek1 Feb 25, 2024
1f03c2a
zygote works
thorek1 Feb 25, 2024
fcf0236
Zygote compatible quad iter sol
thorek1 Feb 26, 2024
2e595be
solved symbolically
Feb 26, 2024
54ffe2f
missing rotation
Feb 26, 2024
d7840d0
more info on optim solve output
thorek1 Feb 27, 2024
0ae9fcd
speed up reverse diff first order calc
thorek1 Feb 27, 2024
f933f13
use first order
thorek1 Feb 27, 2024
da31331
exploration script
thorek1 Feb 27, 2024
455e69a
fix reverse diff
thorek1 Feb 27, 2024
e49b748
fix ad backend
thorek1 Feb 27, 2024
43fd28a
no truncation
thorek1 Feb 27, 2024
76e2305
sampling works (filldist trick)
thorek1 Feb 27, 2024
92df1ec
clean version that samples
thorek1 Feb 27, 2024
eea1411
rm memoization. not needed for llh comp since only 1 pass
thorek1 Feb 27, 2024
3efb39e
add sympy logic for reverse diff implicit diff
Feb 27, 2024
6244a0f
Merge branch 'ss_solver' of https://github.com/thorek1/MacroModelling…
Feb 27, 2024
feb996f
update ss_solver params
thorek1 Feb 28, 2024
c62afb8
update todods
thorek1 Feb 28, 2024
62bae43
different optim for ss solver params
thorek1 Feb 28, 2024
6df104b
more prior weight
thorek1 Feb 28, 2024
47a525c
WOA search
thorek1 Feb 28, 2024
036782a
update todo
thorek1 Feb 29, 2024
7d9ec5d
ABC instead of WOA (terminates early)
Mar 1, 2024
6fe86bf
fix priors to accept different kinds of Real values
Mar 1, 2024
5449078
PSO instead of ABC (early termination)
Mar 1, 2024
56909e7
back to ABC with more iters
Mar 1, 2024
20ed1a8
sw nonlinear
Mar 1, 2024
6d6bff7
add swnonlinear to optim
Mar 1, 2024
666bccd
Update optim_solver_params.jl
thorek1 Mar 1, 2024
f1fcd33
try ABC
Mar 1, 2024
eccdfcc
try ESCH again
Mar 1, 2024
7485571
PSO
Mar 2, 2024
003ef9c
Try ECA
thorek1 Mar 2, 2024
17187ce
Try SA
thorek1 Mar 2, 2024
68f8a88
Try GA
thorek1 Mar 2, 2024
fbf086b
Try DE
thorek1 Mar 3, 2024
4c5c1b0
Rand ESCH
thorek1 Mar 3, 2024
6c91aee
Try woa
thorek1 Mar 3, 2024
4278040
Try ABC again
thorek1 Mar 3, 2024
4df65d2
update solver parameters
Mar 4, 2024
80f7740
SWnonlinear only if nonzero y
Mar 4, 2024
c45f500
fix steady state
thorek1 Mar 7, 2024
9e876ab
clean swnonlinear
Mar 7, 2024
339acc0
clean SWnonlinear w/o constraints
Mar 7, 2024
20aefb9
switch to DE
thorek1 Mar 7, 2024
246296c
Update optim_solver_params.jl
thorek1 Mar 8, 2024
feba5c4
BBO set search
thorek1 Mar 8, 2024
78d47e5
Merge branch 'ss_solver' of https://github.com/thorek1/MacroModelling…
thorek1 Mar 8, 2024
8d9fe09
let it run for 5.5h
thorek1 Mar 8, 2024
80a601a
adaptive DE
thorek1 Mar 8, 2024
ff3a437
fix BBO -> DE
thorek1 Mar 8, 2024
42d37f3
Set Search
thorek1 Mar 8, 2024
9aa847f
Update optim_solver_params.jl
thorek1 Mar 10, 2024
cf8c230
Create sw07_estim.jl
thorek1 Mar 10, 2024
c50b7d9
rm 2 params not needed
thorek1 Mar 10, 2024
fe6d186
add sw07 nonlinear
thorek1 Mar 10, 2024
bd4740c
change ss_solve params and fix rrule (inverse throwing error
thorek1 Mar 10, 2024
822cb77
rm old swnonlinear
thorek1 Mar 10, 2024
32b1e70
update estim script
thorek1 Mar 10, 2024
1f4f67e
Update SW07_nonlinear.jl
thorek1 Mar 10, 2024
3487b48
new optim params
Mar 13, 2024
49bf53a
Merge branches 'ss_solver' and 'ss_solver' of https://github.com/thor…
Mar 13, 2024
029a878
add large covar option (commented out)
thorek1 Mar 15, 2024
3504747
Merge branch 'ss_solver' of https://github.com/thorek1/MacroModelling…
thorek1 Mar 15, 2024
1ff7f25
sw07 params for estim
thorek1 Mar 15, 2024
7c1115e
also do optim with fixed params and previous sols
Mar 15, 2024
f20873c
fix naming to avoid conflict
thorek1 Mar 16, 2024
571282f
optim from cml
Mar 17, 2024
b99bb5b
update estim
Mar 17, 2024
b9e3940
update to estim
thorek1 Mar 17, 2024
0a1ed7e
Merge branch 'ss_solver' of https://github.com/thorek1/MacroModelling…
thorek1 Mar 17, 2024
9363ec3
adapt otpm solver script
Mar 17, 2024
3f5f312
add results for two distinct groups
thorek1 Mar 17, 2024
d576e57
Merge branch 'ss_solver' of https://github.com/thorek1/MacroModelling…
thorek1 Mar 17, 2024
c39fe4b
try fix nanmath
thorek1 Mar 17, 2024
f102bf4
add nanmath to compat
thorek1 Mar 17, 2024
e780c9c
add estim results
thorek1 Mar 17, 2024
a4c0eee
test llh
thorek1 Mar 17, 2024
be2c81d
fix block solver
Mar 18, 2024
5b2d87e
Refactor code to improve performance and readability
Mar 18, 2024
9d74edc
Merge branch 'ss_solver' of https://github.com/thorek1/MacroModelling…
Mar 18, 2024
5ceed44
update todo
Mar 18, 2024
dc1ecf6
manifest to compare with broken versions
Mar 18, 2024
2daebb3
fix pythoncall compat
Mar 18, 2024
670f835
hard compat constraint
thorek1 Mar 18, 2024
1bae26a
Update Julia version in Project.toml
thorek1 Mar 18, 2024
8f4da99
more results
thorek1 Mar 18, 2024
16dc814
Merge branch 'main' into ss_solver
thorek1 Mar 18, 2024
5fcceec
optimise runtime
thorek1 Mar 18, 2024
3d11908
optim specific models timings
thorek1 Mar 19, 2024
5ef2e03
Merge branch 'main' into ss_solver
thorek1 Mar 19, 2024
00e1939
Update package dependencies and optimize code
thorek1 Mar 19, 2024
ed4353e
more indvdl optims
thorek1 Mar 19, 2024
665a2ea
Update max_steps to max_evals in optimize_parameters function
thorek1 Mar 20, 2024
57678b0
Fix MaxFuncEvals parameter in optimize_parameters function
thorek1 Mar 20, 2024
1d5118c
Merge branch 'main' into ss_solver
thorek1 Mar 20, 2024
7f712d8
Merge branch 'main' into ss_solver
thorek1 Mar 20, 2024
b5a2c5c
Update max_evals parameter in optimize_parameters function
thorek1 Mar 20, 2024
ef16d70
add optim over parameter sets
thorek1 Mar 20, 2024
158908e
Merge branch 'main' into ss_solver
thorek1 Mar 20, 2024
0557567
fix multi pars optim
thorek1 Mar 20, 2024
15871cb
Update optimization solver parameters
thorek1 Mar 20, 2024
fdf1904
Update package dependencies and optimize runtime
thorek1 Mar 21, 2024
0cb5dea
update NAWM results
thorek1 Mar 21, 2024
cf59335
found combo of params covering every case
thorek1 Mar 21, 2024
08c9693
transition to vector of solver_parameters
thorek1 Mar 21, 2024
5cba8d9
Add function to select fastest SS solver parameters
thorek1 Mar 22, 2024
ebcc58e
Add functions for calculating SS solver runtime and finding SS solver…
thorek1 Mar 22, 2024
c72d052
Update SS solver function name
thorek1 Mar 22, 2024
e3b07fd
incremental printing of timings
thorek1 Mar 22, 2024
6f7fc52
Remove OptimizationMetaheuristics dependency
thorek1 Mar 22, 2024
7475bae
Add high priority tasks and completed tasks to todo.md
thorek1 Mar 22, 2024
e40e14b
Remove BlackBoxOptim dependency
thorek1 Mar 22, 2024
33e688d
Commented out solver test configurations
thorek1 Mar 22, 2024
0e2ea8e
do multiple starting points instead of multiple parameter sets
thorek1 Mar 22, 2024
3d435f4
Update solver parameters in macros.jl
thorek1 Mar 23, 2024
77e5d98
Fix matrix equation solver in calculate_kalman_filter_loglikelihood f…
thorek1 Mar 23, 2024
5ae9a9d
Refactor Kalman filter calculation
thorek1 Mar 23, 2024
3ef6102
Refactor block_solver function to not use starting values
thorek1 Mar 23, 2024
3ef7cf8
clean up sw07 nonlinear
thorek1 Mar 24, 2024
a9b6759
Update CI configuration
thorek1 Mar 24, 2024
ed8ecf2
Update .gitignore and Project.toml
thorek1 Mar 24, 2024
9c68c3f
Commented out solver_parameters in macros.jl
thorek1 Mar 24, 2024
6faf888
Refactor SS_solver_parameters! function and block_solver function
thorek1 Mar 24, 2024
9c207fe
Refactor filter_and_smooth function signature
thorek1 Mar 24, 2024
5d66209
found pars for diff starting points
thorek1 Mar 24, 2024
96fa6b6
update todo
thorek1 Mar 24, 2024
4db87dc
Merge branch 'ss_solver' of https://github.com/thorek1/MacroModelling…
thorek1 Mar 24, 2024
0398dd7
Refactor Pigeons log potential initialization and starting point search
thorek1 Mar 24, 2024
8d577b5
Add and test SW07_nonlinear model, write and translate Dynare file, a…
thorek1 Mar 24, 2024
7ba33f1
Update test_models.jl
thorek1 Mar 25, 2024
a2c8acb
Update variable names to use symbols instead of strings
thorek1 Mar 25, 2024
ec5c476
Update var_dec function in test_models.jl
thorek1 Mar 25, 2024
b2f0a62
Update test_models.jl with new test cases and include Guerrieri_Iacov…
thorek1 Mar 25, 2024
08d7923
Update z_j[0] calculation in Guerrieri_Iacoviello_2017.jl
Mar 25, 2024
17f081d
Fix symbol translation in MacroModelling.jl
Mar 25, 2024
57b5760
Commented out get_solution function call
thorek1 Mar 25, 2024
c08b3a9
sw07 close to original
thorek1 Mar 26, 2024
cf57c72
sw07 linear and nonlinear
thorek1 Mar 26, 2024
53b9687
Add SS check function and ss_equations
thorek1 Mar 26, 2024
e0f54d4
Add tests for non-stochastic steady state residuals calculation
thorek1 Mar 26, 2024
2bc6a00
Refactor code to improve readability
thorek1 Mar 26, 2024
2ea61fa
Update sampling method in sw07_estim.jl
thorek1 Mar 26, 2024
3d59187
Refactor functionality tests to use collect() on check_residuals() calls
Mar 26, 2024
0650dae
Merge branch 'ss_solver' of https://github.com/thorek1/MacroModelling…
Mar 26, 2024
1908a0f
Update get_non_stochastic_steady_state_residuals function
Mar 27, 2024
674ba2d
Refactor key handling in get_non_stochastic_steady_state_residuals fu…
Mar 27, 2024
0b8e905
Update type annotations for values argument in get_non_stochastic_ste…
Mar 27, 2024
86c7a13
Refactor get_non_stochastic_steady_state_residuals function and add s…
Mar 27, 2024
f5d5faf
Add guess for non-stochastic steady state and remove unused code
thorek1 Mar 27, 2024
5b365bb
Fix printing of solver information in block_solver function
thorek1 Mar 27, 2024
5f5fa0a
Fix type annotations in macro parameters
thorek1 Mar 27, 2024
bb4c89f
add SS rel_xtol solver termination condition
thorek1 Mar 27, 2024
dae1977
Fix solver_parameters in macros.jl
thorek1 Mar 27, 2024
a03a5d4
Fix log recognition in parameters block
thorek1 Mar 27, 2024
b479dab
add log to tests
thorek1 Mar 27, 2024
d39cdef
Add new entries to .gitignore and update todo.md
thorek1 Mar 27, 2024
4eec157
Update documentation
thorek1 Mar 27, 2024
f4fcdaa
Add RBC_calibrated model and parameters macro
thorek1 Mar 27, 2024
6877d52
cleanup and docs
thorek1 Mar 27, 2024
16728f6
Fix solver_parameters in macros.jl
thorek1 Mar 27, 2024
a4b60b2
Delete unnecessary files
thorek1 Mar 27, 2024
a24cada
Remove NaNMath dependency
thorek1 Mar 27, 2024
11202be
rename SW models and include nonlinear model in tests
thorek1 Mar 27, 2024
44e181f
Commented out unused code in runtests.jl
thorek1 Mar 27, 2024
8fe4da0
Update test_models.jl
thorek1 Mar 27, 2024
05cdb30
Merge branch 'ss_solver' of https://github.com/thorek1/MacroModelling…
thorek1 Mar 28, 2024
d46aa5a
Update print statements in block_solver function and functionality_te…
thorek1 Mar 28, 2024
0af88bf
Update functionality_tests.jl
thorek1 Mar 28, 2024
c48373e
Update print statements for non stochastic steady state problem
thorek1 Mar 28, 2024
40850d5
fix tests
thorek1 Mar 28, 2024
aeaad60
refactor ss solver
thorek1 Mar 28, 2024
d3ca197
update docs
thorek1 Mar 28, 2024
d89caef
Fix starting value string in solve_ss function
thorek1 Mar 28, 2024
985714a
Update R threshold in Gali_2015_chapter_3_obc.jl
thorek1 Mar 28, 2024
862b57e
Fix solver parameter order in MacroModelling.jl
thorek1 Mar 28, 2024
c8c3a9a
Refactor block_solver function to use a reduced set of starting values
thorek1 Mar 28, 2024
fafe948
Refactor block_solver function to use specific parameter starting values
thorek1 Mar 28, 2024
a9251a1
add bounds on single solve vars
thorek1 Mar 29, 2024
2477344
Fix parsing error in translate_mod_file function
thorek1 Mar 29, 2024
0e5bf9b
Refactor shock indexing in MacroModelling.jl - fix JET tests
thorek1 Mar 29, 2024
22095a2
reactivate precompilation
thorek1 Mar 29, 2024
75ffdc9
Add non-stochastic steady state guess test case
thorek1 Mar 29, 2024
505f558
Update SW07 estimation script with new sampling method
thorek1 Mar 29, 2024
2995b2b
add environment vars
Mar 29, 2024
c139319
Update file paths in sw07_estim.jl
thorek1 Mar 29, 2024
d4bf1dd
add data in benchmark folder
Mar 29, 2024
97e054c
fix paths
Mar 29, 2024
bf2f7da
add guess to docs
thorek1 Mar 29, 2024
7e14261
Commented out unused code and added benchmarking
thorek1 Mar 30, 2024
822a58a
array dist in estimation
thorek1 Mar 30, 2024
e1d044f
Refactor prior distributions in estimation codes
thorek1 Mar 30, 2024
50a899d
update todos
thorek1 Mar 30, 2024
f2b9bfa
update optim solver
thorek1 Mar 30, 2024
2fb1fc5
delete sw07 estimation files
thorek1 Mar 30, 2024
6f2841e
delete files
thorek1 Mar 30, 2024
c7da4b1
Delete sw07_nonlinear_nuts_1966Q1-2004Q4_samples_1_chains/sw07_nonlin…
thorek1 Mar 30, 2024
090f9f6
Merge branch 'ss_solver' of https://github.com/thorek1/MacroModelling…
thorek1 Mar 30, 2024
2bf031f
docs update
thorek1 Mar 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1']
version: ['1.10']
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
- uses: cjdoris/julia-downgrade-compat-action@v1
# if: ${{ matrix.version == '1.6' }}
# if: ${{ matrix.version == '1.10' }}
with:
skip: Pkg,TOML
- uses: julia-actions/julia-buildpkg@v1
Expand Down
52 changes: 39 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,65 @@ jobs:
matrix:
test_set: ["basic", "plots", "higher_order", "estimation"]
version: ['1.8', '1.9', '1.10']
os: [ubuntu-latest, macOS-latest, windows-latest]
arch: [x64]
os: [ubuntu-latest, macos-14, windows-latest]
arch: [x64, arm64]
exclude:
- version: '1.8'
os: macOS-latest
os: ubuntu-latest
- version: '1.8'
os: windows-latest
- version: '1.9'
os: macOS-latest
os: ubuntu-latest
- version: '1.9'
os: windows-latest
- arch: arm64
os: ubuntu-latest
- arch: arm64
os: windows-latest
- arch: x64
os: macos-14
include:
- os: ubuntu-latest
prefix: xvfb-run
# - version: '1.10'
# os: macos-14
# arch: x64
# test_set: "solver0"
# - version: '1.10'
# os: macos-14
# arch: x64
# test_set: "solver1"
# - version: '1.10'
# os: macos-14
# arch: x64
# test_set: "solver2"
# - version: '1.10'
# os: macos-14
# arch: x64
# test_set: "solver3"
- version: '1.10'
os: ubuntu-latest
os: macos-14
arch: x64
test_set: "1st_order_inversion_estimation"
- version: '1.10'
os: ubuntu-latest
os: macos-14
arch: x64
test_set: "2nd_order_estimation"
- version: '1.10'
os: ubuntu-latest
os: macos-14
arch: x64
test_set: "3rd_order_estimation"
# - version: '1.10'
# os: macOS-latest
# arch: x64
# test_set: "basic"
- version: 'nightly'
os: ubuntu-latest
os: macos-14
arch: x64
test_set: "basic"
allow_failure: true
- version: '^1.11.0-0'
os: ubuntu-latest
os: macos-14
arch: x64
test_set: "basic"
allow_failure: true
Expand All @@ -57,14 +83,14 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- name: Set Custom Test Environment Variable
- name: Set Custom Test Environment Variable (Windows)
if: matrix.os == 'windows-latest'
run: echo "TEST_SET=${{ matrix.test_set }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
- name: Set Custom Test Environment Variable (Unix)
- name: Set Custom Test Environment Variable (non-Windows)
if: matrix.os != 'windows-latest'
run: echo "TEST_SET=${{ matrix.test_set }}" >> $GITHUB_ENV
- name: Set JULIA_NUM_THREADS for Julia 1.10 on Ubuntu
if: matrix.version == '1.10' && matrix.os == 'ubuntu-latest' && (matrix.test_set == 'hmc_estimation' || matrix.test_set == 'tempering_estimation' || matrix.test_set == '2nd_order_estimation' || matrix.test_set == '3rd_order_estimation')
- name: Set JULIA_NUM_THREADS for estimation tests
if: matrix.version == '1.10' && (matrix.test_set == 'estimation' || matrix.test_set == 'solver0' || matrix.test_set == 'solver1' || matrix.test_set == 'solver2' || matrix.test_set == 'solver3' || matrix.test_set == '1st_order_inversion_estimation' || matrix.test_set == '2nd_order_estimation' || matrix.test_set == '3rd_order_estimation')
run: echo "JULIA_NUM_THREADS=auto" >> $GITHUB_ENV
- uses: actions/cache@v4
env:
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ estimation__*
.micromamba/
results

octave*
octave*
*.jls
samples*
*samples.csv
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ AbstractDifferentiation = "c29ec348-61ec-40c8-8164-b8c60e9d9f3d"
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
BlockTriangularForm = "adeb47b7-70bf-415a-bb24-c358563e873a"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
DynarePreprocessor_jll = "23afba7c-24e5-5ee2-bc2c-b42e07f0492a"
Expand Down Expand Up @@ -52,6 +53,7 @@ AxisKeys = "^0.2"
BlockTriangularForm = "^0.1"
CSV = "^0.10"
ChainRulesCore = "^1"
Combinatorics = "^1"
DataFrames = "^1"
DataStructures = "^0.18"
DocStringExtensions = "^0.8, 0.9"
Expand Down
Loading
Loading