Skip to content

Commit

Permalink
added aco config for timeloop
Browse files Browse the repository at this point in the history
  • Loading branch information
a-saraf committed Dec 19, 2023
1 parent eb764cf commit 5c226d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configs/sims/Timeloop_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@
target_energy = 29206 * (1 - target_energy_improv)
target_area = 2.03 * (1 - target_area_improv)
target_cycles = 7885704 * (1 - target_cycle_improv)


##########################
# ACO Configurations #
##########################
# ACO
aco_config = "default_astrasim.yaml"

0 comments on commit 5c226d0

Please sign in to comment.