mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	This commit is contained in:
		@@ -1,3 +1,5 @@
 | 
			
		||||
when:
 | 
			
		||||
  - event: [push, tag]
 | 
			
		||||
steps:
 | 
			
		||||
  - name: requirements
 | 
			
		||||
    image: composer
 | 
			
		||||
@@ -8,7 +10,7 @@ steps:
 | 
			
		||||
    commands:
 | 
			
		||||
      - php examples/3teams.php
 | 
			
		||||
      - php examples/basic.php
 | 
			
		||||
  - name: dependencies
 | 
			
		||||
  - name: test
 | 
			
		||||
    image: composer
 | 
			
		||||
    commands:
 | 
			
		||||
    - composer install
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										60
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										60
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							@@ -500,30 +500,38 @@
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "composer/pcre",
 | 
			
		||||
            "version": "3.1.4",
 | 
			
		||||
            "version": "3.2.0",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/composer/pcre.git",
 | 
			
		||||
                "reference": "04229f163664973f68f38f6f73d917799168ef24"
 | 
			
		||||
                "reference": "ea4ab6f9580a4fd221e0418f2c357cdd39102a90"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/composer/pcre/zipball/04229f163664973f68f38f6f73d917799168ef24",
 | 
			
		||||
                "reference": "04229f163664973f68f38f6f73d917799168ef24",
 | 
			
		||||
                "url": "https://api.github.com/repos/composer/pcre/zipball/ea4ab6f9580a4fd221e0418f2c357cdd39102a90",
 | 
			
		||||
                "reference": "ea4ab6f9580a4fd221e0418f2c357cdd39102a90",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
                "php": "^7.4 || ^8.0"
 | 
			
		||||
            },
 | 
			
		||||
            "conflict": {
 | 
			
		||||
                "phpstan/phpstan": "<1.11.8"
 | 
			
		||||
            },
 | 
			
		||||
            "require-dev": {
 | 
			
		||||
                "phpstan/phpstan": "^1.3",
 | 
			
		||||
                "phpstan/phpstan": "^1.11.8",
 | 
			
		||||
                "phpstan/phpstan-strict-rules": "^1.1",
 | 
			
		||||
                "symfony/phpunit-bridge": "^5"
 | 
			
		||||
                "phpunit/phpunit": "^8 || ^9"
 | 
			
		||||
            },
 | 
			
		||||
            "type": "library",
 | 
			
		||||
            "extra": {
 | 
			
		||||
                "branch-alias": {
 | 
			
		||||
                    "dev-main": "3.x-dev"
 | 
			
		||||
                },
 | 
			
		||||
                "phpstan": {
 | 
			
		||||
                    "includes": [
 | 
			
		||||
                        "extension.neon"
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            },
 | 
			
		||||
            "autoload": {
 | 
			
		||||
@@ -551,7 +559,7 @@
 | 
			
		||||
            ],
 | 
			
		||||
            "support": {
 | 
			
		||||
                "issues": "https://github.com/composer/pcre/issues",
 | 
			
		||||
                "source": "https://github.com/composer/pcre/tree/3.1.4"
 | 
			
		||||
                "source": "https://github.com/composer/pcre/tree/3.2.0"
 | 
			
		||||
            },
 | 
			
		||||
            "funding": [
 | 
			
		||||
                {
 | 
			
		||||
@@ -567,7 +575,7 @@
 | 
			
		||||
                    "type": "tidelift"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2024-05-27T13:40:54+00:00"
 | 
			
		||||
            "time": "2024-07-25T09:36:02+00:00"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "composer/semver",
 | 
			
		||||
@@ -2017,16 +2025,16 @@
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "phpunit/phpunit",
 | 
			
		||||
            "version": "11.2.8",
 | 
			
		||||
            "version": "11.2.9",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/sebastianbergmann/phpunit.git",
 | 
			
		||||
                "reference": "a7a29e8d3113806f18f99d670f580a30e8ffff39"
 | 
			
		||||
                "reference": "c197bbaaca360efda351369bf1fd9cc1ca6bcbf7"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a7a29e8d3113806f18f99d670f580a30e8ffff39",
 | 
			
		||||
                "reference": "a7a29e8d3113806f18f99d670f580a30e8ffff39",
 | 
			
		||||
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c197bbaaca360efda351369bf1fd9cc1ca6bcbf7",
 | 
			
		||||
                "reference": "c197bbaaca360efda351369bf1fd9cc1ca6bcbf7",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@@ -2097,7 +2105,7 @@
 | 
			
		||||
            "support": {
 | 
			
		||||
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
 | 
			
		||||
                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
 | 
			
		||||
                "source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.8"
 | 
			
		||||
                "source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.9"
 | 
			
		||||
            },
 | 
			
		||||
            "funding": [
 | 
			
		||||
                {
 | 
			
		||||
@@ -2113,7 +2121,7 @@
 | 
			
		||||
                    "type": "tidelift"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2024-07-18T14:56:37+00:00"
 | 
			
		||||
            "time": "2024-07-30T11:09:23+00:00"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "psalm/plugin-phpunit",
 | 
			
		||||
@@ -3402,16 +3410,16 @@
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/console",
 | 
			
		||||
            "version": "v7.1.2",
 | 
			
		||||
            "version": "v7.1.3",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/console.git",
 | 
			
		||||
                "reference": "0aa29ca177f432ab68533432db0de059f39c92ae"
 | 
			
		||||
                "reference": "cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/console/zipball/0aa29ca177f432ab68533432db0de059f39c92ae",
 | 
			
		||||
                "reference": "0aa29ca177f432ab68533432db0de059f39c92ae",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/console/zipball/cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9",
 | 
			
		||||
                "reference": "cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@@ -3475,7 +3483,7 @@
 | 
			
		||||
                "terminal"
 | 
			
		||||
            ],
 | 
			
		||||
            "support": {
 | 
			
		||||
                "source": "https://github.com/symfony/console/tree/v7.1.2"
 | 
			
		||||
                "source": "https://github.com/symfony/console/tree/v7.1.3"
 | 
			
		||||
            },
 | 
			
		||||
            "funding": [
 | 
			
		||||
                {
 | 
			
		||||
@@ -3491,7 +3499,7 @@
 | 
			
		||||
                    "type": "tidelift"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2024-06-28T10:03:55+00:00"
 | 
			
		||||
            "time": "2024-07-26T12:41:01+00:00"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/deprecation-contracts",
 | 
			
		||||
@@ -4029,16 +4037,16 @@
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "symfony/string",
 | 
			
		||||
            "version": "v7.1.2",
 | 
			
		||||
            "version": "v7.1.3",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/symfony/string.git",
 | 
			
		||||
                "reference": "14221089ac66cf82e3cf3d1c1da65de305587ff8"
 | 
			
		||||
                "reference": "ea272a882be7f20cad58d5d78c215001617b7f07"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/string/zipball/14221089ac66cf82e3cf3d1c1da65de305587ff8",
 | 
			
		||||
                "reference": "14221089ac66cf82e3cf3d1c1da65de305587ff8",
 | 
			
		||||
                "url": "https://api.github.com/repos/symfony/string/zipball/ea272a882be7f20cad58d5d78c215001617b7f07",
 | 
			
		||||
                "reference": "ea272a882be7f20cad58d5d78c215001617b7f07",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@@ -4096,7 +4104,7 @@
 | 
			
		||||
                "utf8"
 | 
			
		||||
            ],
 | 
			
		||||
            "support": {
 | 
			
		||||
                "source": "https://github.com/symfony/string/tree/v7.1.2"
 | 
			
		||||
                "source": "https://github.com/symfony/string/tree/v7.1.3"
 | 
			
		||||
            },
 | 
			
		||||
            "funding": [
 | 
			
		||||
                {
 | 
			
		||||
@@ -4112,7 +4120,7 @@
 | 
			
		||||
                    "type": "tidelift"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2024-06-28T09:27:18+00:00"
 | 
			
		||||
            "time": "2024-07-22T10:25:37+00:00"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "theseer/tokenizer",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
    "$schema": "https://raw.githubusercontent.com/infection/infection/0.27.9/resources/schema.json",
 | 
			
		||||
    "$schema": "https://raw.githubusercontent.com/infection/infection/0.29.6/resources/schema.json",
 | 
			
		||||
    "source": {
 | 
			
		||||
        "directories": [
 | 
			
		||||
            "src/"
 | 
			
		||||
 
 | 
			
		||||
@@ -102,6 +102,7 @@ class GaussianDistributionTest extends TestCase
 | 
			
		||||
        $denominator = GaussianDistribution::fromPrecisionMean(1, 0);
 | 
			
		||||
        $lrn  = GaussianDistribution::logProductNormalization($numerator, $denominator);
 | 
			
		||||
        $this->assertEquals(0, $lrn);
 | 
			
		||||
 | 
			
		||||
        $numerator = GaussianDistribution::fromPrecisionMean(1, 0);
 | 
			
		||||
        $denominator = GaussianDistribution::fromPrecisionMean(1, 1);
 | 
			
		||||
        $lrn  = GaussianDistribution::logProductNormalization($numerator, $denominator);
 | 
			
		||||
@@ -125,6 +126,7 @@ class GaussianDistributionTest extends TestCase
 | 
			
		||||
        $denominator = GaussianDistribution::fromPrecisionMean(1, 0);
 | 
			
		||||
        $lrn  = GaussianDistribution::logRatioNormalization($numerator, $denominator);
 | 
			
		||||
        $this->assertEquals(0, $lrn);
 | 
			
		||||
 | 
			
		||||
        $numerator = GaussianDistribution::fromPrecisionMean(1, 0);
 | 
			
		||||
        $denominator = GaussianDistribution::fromPrecisionMean(1, 1);
 | 
			
		||||
        $lrn  = GaussianDistribution::logRatioNormalization($numerator, $denominator);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user