An item with a little floating point weight, alone, is not chosen
parmentf opened this issue · 1 comments
parmentf commented
const chosenItem = rwc(previousNodes, temperature);
const chosenItemIndex = getNodeIndex(cn, chosenItem);
const chosenTokenNode = { id: cn.node[chosenItemIndex].label, weight: -1 };
Where the resulting variables are:
{
"chosenItemIndex": -1,
"chosenItem": null,
"temperature": 60,
"previousNodes": [ { "id": "wje", "weight": 0.07692307692307693 } ]
}
parmentf commented
Version 0.1.4 fix it.