We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524fb2c commit 1ddcd4eCopy full SHA for 1ddcd4e
lectures/_static/lecture_specific/amss/jax_amss_simple.py
@@ -402,17 +402,4 @@ def create_amss_simple_example():
402
return crra_params, Π, g
403
404
405
-# Example usage
406
-if __name__ == "__main__":
407
- # Create and solve simple AMSS model
408
- crra_params, Π, g = create_amss_simple_example()
409
-
410
- print("Solving simplified AMSS model...")
411
- solution = solve_simple_ramsey(crra_params, g)
412
413
- print("\nOptimal allocations:")
414
- print(f"Consumption: {solution['c']}")
415
- print(f"Leisure: {solution['l']}")
416
- print(f"Labor: {solution['n']}")
417
- print(f"Tax rates: {solution['τ']}")
418
- print(f"\nObjective value: {solution['objective']:.6f}")
+# Example usage is now handled in the main lecture file
0 commit comments