Skip to content

Commit 748ce39

Browse files
add the missing element to time_elapsed_ for noc biased centroid move
1 parent feb308b commit 748ce39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/simpleRL_move_generator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class KArmedBanditAgent {
9595
/* Ratios of the average runtime to calculate each move type */
9696
/* These ratios are useful for different reward functions *
9797
* The vector is calculated by averaging many runs on different circuits */
98-
const vtr::vector<e_move_type, double> time_elapsed_{1.0, 3.6, 5.4, 2.5, 2.1, 0.8, 2.2};
98+
const vtr::vector<e_move_type, double> time_elapsed_{1.0, 3.6, 5.4, 2.5, 2.1, 0.8, 2.2, 5.4};
9999

100100
FILE* agent_info_file_ = nullptr;
101101

0 commit comments

Comments
 (0)