Closed Losk-x closed 2 years ago
https://github.com/gre4index/GRE/blob/57cff1c8f9a61244c1c5802cf88cb058ae53624a/datasets/generator.cpp#L608
The related code is correct, but the hint is a little bit wrong. "Local epsilon >= global_epilon" shoule be "Local epsilon <= global_epilon"
Fixed bec096f. Thanks!
https://github.com/gre4index/GRE/blob/57cff1c8f9a61244c1c5802cf88cb058ae53624a/datasets/generator.cpp#L608
The related code is correct, but the hint is a little bit wrong. "Local epsilon >= global_epilon" shoule be "Local epsilon <= global_epilon"