Merge remote-tracking branch 'github/develop' into develop

This commit is contained in:
Yuan Chiu 2015-03-12 16:09:22 +08:00
commit 1d27342152

View File

@ -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