Note: Code is incomplete and preliminary. Missing PDF of model layout.
- To use, add the package by URL. Enter the
pkg
mode by typing]
in an active julia session and thenadd https://github.com/eirikbrandsaas/HousingLifeCycleWorkhorse.jl
- Or, similarly,
using Pkg;Pkg.add("https://github.com/eirikbrandsaas/HousingLifeCycleWorkhorse.jl")
- Or, similarly,
- Run the following lines to solve the model under the benchmark parameters:
##
using HousingLifeCycleWorkhorse
par = benchpar()
V,pol = solve_decproblems(par)
agg,pan = simulate(par,pol,V)
- ...
- Profit