- 授权协议: MIT
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: https://github.com/hmlb/phpunit-vw
软件介绍
phpunit-vw 是 Phpunit VW 扩展,帮助你在 CI 工具检测的时候顺利通过测试。
示例:
class VWTest extends PHPUnit_Framework_TestCase
{
private $emissions = 12000;
private $legalLimit = 300;
public function testEnvironmentalImpactCompliance()
{
$this->assertLessThan($this->legalLimit, $this->emissions);
}
}开发环境:
CI 环境:
使用:
<phpunit bootstrap="vendor/autoload.php"> ... <listeners> <listener class="HMLB\PHPUnit\Listener\VWListener" /> </listeners> </phpunit>
当前支持的 CI 环境:
TravisCI
Appveyor
Bamboo
Buildkite
CircleCI
CodeShip
GitlabCI
Go CD
Hudson
Jenkins
PHPCI
TeamCity
游戏编程中的人工智能技术
布克兰德 / 吴祖增 / 清华大学出版社 / 2006-5 / 39.0
《游戏编程中的人工智能技术》是人工智能游戏编程的一本指南性读物,介绍在游戏开发中怎样应用遗传算法和人工神经网络来创建电脑游戏中所需要的人工智能。书中包含了许多实用例子,所有例子的完整源码和可执行程序都能在随书附带的光盘上找到。光盘中还有不少其他方面的游戏开发资料和一个赛车游戏演示软件。 《游戏编程中的人工智能技术》适合遗传算法和人工神经网络等人工智能技术的各行业人员,特别是要实际动手做应用开......一起来看看 《游戏编程中的人工智能技术》 这本书的介绍吧!


