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 9b9c5d9 commit b5319f9Copy full SHA for b5319f9
src/mpl/src/SACoreHardMacro.cpp
@@ -113,7 +113,7 @@ void SACoreHardMacro::perturb()
113
const float action_prob_1 = pos_swap_prob_;
114
const float action_prob_2 = action_prob_1 + neg_swap_prob_;
115
const float action_prob_3 = action_prob_2 + double_swap_prob_;
116
- const float action_prob_4 = action_prob_3 + exchange_prob_;
+
117
if (op <= action_prob_1) {
118
action_id_ = 1;
119
singleSeqSwap(true); // Swap two macros in pos_seq_
0 commit comments