added estimation for BOXKDE
added resampling with simple random particle against sample impoverishment
This commit is contained in:
@@ -89,7 +89,7 @@ namespace NM {
|
||||
|
||||
const int total = (hits + misses);
|
||||
if (total % 10000 == 0) {
|
||||
std::cout << "hits: " << (hits*100/total) << "%" << std::endl;
|
||||
//std::cout << "hits: " << (hits*100/total) << "%" << std::endl;
|
||||
}
|
||||
|
||||
// calculate probability
|
||||
|
||||
Reference in New Issue
Block a user