Merge remote-tracking branch 'github/develop' into develop
This commit is contained in:
commit
1d27342152
@ -147,7 +147,7 @@ class RecommandPoint
|
||||
if($nextPoint->isFullPeople())
|
||||
{
|
||||
$pastCost = 0;
|
||||
$virtualCost = RecommandPoint::ALPHA * $this->gamma * ($wright/$nextPoint->getLearnTime());
|
||||
$virtualCost = RecommandPoint::ALPHA * $this->gamma * ($weight/$nextPoint->getLearnTime());
|
||||
$isEntity=false;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user