 Solving Nim by the Use of Machine Learning. . . . . . 24 6.2.1 Initialization . . . . . . . . . . . . . . . . . . . . . . . . . 24 6.2.2 Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 6.2.3 Training . . . . . . . . . . . . . . . . . 50 7.2 The Reinforcement Learning Algorithm . . . . . . . . . . . . . . 51 7.2.1 Setup of the Matrices . . . . . . . . . . . . . . . . . . . . 51 7.2.2 Training the Matrix . . . . . . . . . . . . . . . . 59 8.1.9 Phenomena: Total Time Use Is More than the Sum of the Training and Setup Time. . . . . . . . . . . . . . . . . . . 60 8.1.10 Phenomena: Irregular Decrease in Success-rate0 码力 | 109 页 | 6.58 MB | 1 年前3 Solving Nim by the Use of Machine Learning. . . . . . 24 6.2.1 Initialization . . . . . . . . . . . . . . . . . . . . . . . . . 24 6.2.2 Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 6.2.3 Training . . . . . . . . . . . . . . . . . 50 7.2 The Reinforcement Learning Algorithm . . . . . . . . . . . . . . 51 7.2.1 Setup of the Matrices . . . . . . . . . . . . . . . . . . . . 51 7.2.2 Training the Matrix . . . . . . . . . . . . . . . . 59 8.1.9 Phenomena: Total Time Use Is More than the Sum of the Training and Setup Time. . . . . . . . . . . . . . . . . . . 60 8.1.10 Phenomena: Irregular Decrease in Success-rate0 码力 | 109 页 | 6.58 MB | 1 年前3
 Spring Framwork Testing v5.3.36 SNAPSHOT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 3.6.1. Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 Setup Choices. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 Setup Features . . . . deployments. By default, once loaded, the configured ApplicationContext is reused for each test. Thus, the setup cost is incurred only once per test suite, and subsequent test execution is much faster. In this0 码力 | 193 页 | 2.53 MB | 1 年前3 Spring Framwork Testing v5.3.36 SNAPSHOT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 3.6.1. Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 Setup Choices. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 Setup Features . . . . deployments. By default, once loaded, the configured ApplicationContext is reused for each test. Thus, the setup cost is incurred only once per test suite, and subsequent test execution is much faster. In this0 码力 | 193 页 | 2.53 MB | 1 年前3
 Flask Documentation (1.1.x)Middleware Using Flask Extensions Deploying to a Web Server Tutorial Project Layout Application Setup Define and Access the Database Blueprints and Views Templates Static Files Blog Blueprint Make the the Project Installable Test Coverage Deploy to Production Keep Developing! Templates Jinja Setup Standard Context Standard Filters Controlling Autoescaping Registering Filters Context Processors Testing deploy your new Flask app? Go to Deployment Options. Tutorial Contents: Project Layout Application Setup Define and Access the Database Blueprints and Views Templates Static Files Blog Blueprint Make the0 码力 | 428 页 | 895.98 KB | 1 年前3 Flask Documentation (1.1.x)Middleware Using Flask Extensions Deploying to a Web Server Tutorial Project Layout Application Setup Define and Access the Database Blueprints and Views Templates Static Files Blog Blueprint Make the the Project Installable Test Coverage Deploy to Production Keep Developing! Templates Jinja Setup Standard Context Standard Filters Controlling Autoescaping Registering Filters Context Processors Testing deploy your new Flask app? Go to Deployment Options. Tutorial Contents: Project Layout Application Setup Define and Access the Database Blueprints and Views Templates Static Files Blog Blueprint Make the0 码力 | 428 页 | 895.98 KB | 1 年前3
 Flask Documentation (1.1.x)style.css tests/ conftest.py data.sql test_factory.py test_db.py test_auth.py test_blog.py venv/ setup.py MANIFEST.in If you’re using version control, the following files that are generated while running pytest_cache/ .coverage htmlcov/ dist/ build/ *.egg-info/ Continue to Application Setup. 1.5.2 Application Setup A Flask application is an instance of the Flask class. Everything about the application function. This function is known as the application factory. Any configuration, registration, and other setup the application needs will happen inside the function, then the application will be returned. The0 码力 | 291 页 | 1.25 MB | 1 年前3 Flask Documentation (1.1.x)style.css tests/ conftest.py data.sql test_factory.py test_db.py test_auth.py test_blog.py venv/ setup.py MANIFEST.in If you’re using version control, the following files that are generated while running pytest_cache/ .coverage htmlcov/ dist/ build/ *.egg-info/ Continue to Application Setup. 1.5.2 Application Setup A Flask application is an instance of the Flask class. Everything about the application function. This function is known as the application factory. Any configuration, registration, and other setup the application needs will happen inside the function, then the application will be returned. The0 码力 | 291 页 | 1.25 MB | 1 年前3
 Celery v4.1.0 Documentationit by doing the following,: $ tar xvfz celery-0.0.0.tar.gz $ cd celery-0.0.0 $ python setup.py build # python setup.py install The last command must be executed as a privileged user if you aren’t currently Celery from celery.schedules import crontab app = Celery() @app.on_after_configure.connect def setup_periodic_tasks(sender, **kwargs): # Calls test('hello') every 10 seconds. sender.add_periodic_task(10 security_cert_store settings respectively. With these configured it’s also necessary to call the celery.setup_security() function. Note that this will also disable all insecure serializers so that the worker0 码力 | 714 页 | 2.63 MB | 1 年前3 Celery v4.1.0 Documentationit by doing the following,: $ tar xvfz celery-0.0.0.tar.gz $ cd celery-0.0.0 $ python setup.py build # python setup.py install The last command must be executed as a privileged user if you aren’t currently Celery from celery.schedules import crontab app = Celery() @app.on_after_configure.connect def setup_periodic_tasks(sender, **kwargs): # Calls test('hello') every 10 seconds. sender.add_periodic_task(10 security_cert_store settings respectively. With these configured it’s also necessary to call the celery.setup_security() function. Note that this will also disable all insecure serializers so that the worker0 码力 | 714 页 | 2.63 MB | 1 年前3
 Celery 4.0 Documentationit by doing the following,: $ tar xvfz celery-0.0.0.tar.gz $ cd celery-0.0.0 $ python setup.py build # python setup.py install The last command must be executed as a privileged user if you aren’t currently Celery from celery.schedules import crontab app = Celery() @app.on_after_configure.connect def setup_periodic_tasks(sender, **kwargs): # Calls test('hello') every 10 seconds. sender.add_periodic_task(10 security_cert_store settings respectively. With these configured it’s also necessary to call the celery.setup_security() function. Note that this will also disable all insecure serializers so that the worker0 码力 | 707 页 | 2.63 MB | 1 年前3 Celery 4.0 Documentationit by doing the following,: $ tar xvfz celery-0.0.0.tar.gz $ cd celery-0.0.0 $ python setup.py build # python setup.py install The last command must be executed as a privileged user if you aren’t currently Celery from celery.schedules import crontab app = Celery() @app.on_after_configure.connect def setup_periodic_tasks(sender, **kwargs): # Calls test('hello') every 10 seconds. sender.add_periodic_task(10 security_cert_store settings respectively. With these configured it’s also necessary to call the celery.setup_security() function. Note that this will also disable all insecure serializers so that the worker0 码力 | 707 页 | 2.63 MB | 1 年前3
 Celery v4.0.2 Documentationit by doing the following,: $ tar xvfz celery-0.0.0.tar.gz $ cd celery-0.0.0 $ python setup.py build # python setup.py install The last command must be executed as a privileged user if you aren’t currently Celery from celery.schedules import crontab app = Celery() @app.on_after_configure.connect def setup_periodic_tasks(sender, **kwargs): # Calls test('hello') every 10 seconds. sender.add_periodic_task(10 security_cert_store settings respectively. With these configured it’s also necessary to call the celery.setup_security() function. Note that this will also disable all insecure serializers so that the worker0 码力 | 707 页 | 2.63 MB | 1 年前3 Celery v4.0.2 Documentationit by doing the following,: $ tar xvfz celery-0.0.0.tar.gz $ cd celery-0.0.0 $ python setup.py build # python setup.py install The last command must be executed as a privileged user if you aren’t currently Celery from celery.schedules import crontab app = Celery() @app.on_after_configure.connect def setup_periodic_tasks(sender, **kwargs): # Calls test('hello') every 10 seconds. sender.add_periodic_task(10 security_cert_store settings respectively. With these configured it’s also necessary to call the celery.setup_security() function. Note that this will also disable all insecure serializers so that the worker0 码力 | 707 页 | 2.63 MB | 1 年前3
 Celery v4.0.1 Documentationit by doing the following,: $ tar xvfz celery-0.0.0.tar.gz $ cd celery-0.0.0 $ python setup.py build # python setup.py install The last command must be executed as a privileged user if you aren’t currently Celery from celery.schedules import crontab app = Celery() @app.on_after_configure.connect def setup_periodic_tasks(sender, **kwargs): # Calls test('hello') every 10 seconds. sender.add_periodic_task(10 security_cert_store settings respectively. With these configured it’s also necessary to call the celery.setup_security() function. Note that this will also disable all insecure serializers so that the worker0 码力 | 705 页 | 2.63 MB | 1 年前3 Celery v4.0.1 Documentationit by doing the following,: $ tar xvfz celery-0.0.0.tar.gz $ cd celery-0.0.0 $ python setup.py build # python setup.py install The last command must be executed as a privileged user if you aren’t currently Celery from celery.schedules import crontab app = Celery() @app.on_after_configure.connect def setup_periodic_tasks(sender, **kwargs): # Calls test('hello') every 10 seconds. sender.add_periodic_task(10 security_cert_store settings respectively. With these configured it’s also necessary to call the celery.setup_security() function. Note that this will also disable all insecure serializers so that the worker0 码力 | 705 页 | 2.63 MB | 1 年前3
 Celery 3.1 Documentationit by doing the following,: $ tar xvfz celery-0.0.0.tar.gz $ cd celery-0.0.0 $ python setup.py build # python setup.py install The last command must be executed as a privileged user if you are not currently CELERY_SECURITY_CERT_STORE settings respectively. With these configured it is also necessary to call the celery.setup_security() func- tion. Note that this will also disable all insecure serializers so that the worker '/etc/ssl/certs/worker.pem' CELERY_SECURITY_CERT_STORE = '/etc/ssl/certs/*.pem' from celery.security import setup_security setup_security() Note: While relative paths are not disallowed, using absolute paths is recommended0 码力 | 607 页 | 2.27 MB | 1 年前3 Celery 3.1 Documentationit by doing the following,: $ tar xvfz celery-0.0.0.tar.gz $ cd celery-0.0.0 $ python setup.py build # python setup.py install The last command must be executed as a privileged user if you are not currently CELERY_SECURITY_CERT_STORE settings respectively. With these configured it is also necessary to call the celery.setup_security() func- tion. Note that this will also disable all insecure serializers so that the worker '/etc/ssl/certs/worker.pem' CELERY_SECURITY_CERT_STORE = '/etc/ssl/certs/*.pem' from celery.security import setup_security setup_security() Note: While relative paths are not disallowed, using absolute paths is recommended0 码力 | 607 页 | 2.27 MB | 1 年前3
 Celery 3.0 Documentationit by doing the following,: $ tar xvfz celery-0.0.0.tar.gz $ cd celery-0.0.0 $ python setup.py build # python setup.py install The last command must be executed as a privileged user if you aren’t currently Celery from celery.schedules import crontab app = Celery() @app.on_after_configure.connect def setup_periodic_tasks(sender, **kwargs): # Calls test('hello') every 10 seconds. sender.add_periodic_task(10 security_cert_store settings respectively. With these configured it’s also necessary to call the celery.setup_security() function. Note that this will also disable all insecure serializers so that the worker0 码力 | 703 页 | 2.60 MB | 1 年前3 Celery 3.0 Documentationit by doing the following,: $ tar xvfz celery-0.0.0.tar.gz $ cd celery-0.0.0 $ python setup.py build # python setup.py install The last command must be executed as a privileged user if you aren’t currently Celery from celery.schedules import crontab app = Celery() @app.on_after_configure.connect def setup_periodic_tasks(sender, **kwargs): # Calls test('hello') every 10 seconds. sender.add_periodic_task(10 security_cert_store settings respectively. With these configured it’s also necessary to call the celery.setup_security() function. Note that this will also disable all insecure serializers so that the worker0 码力 | 703 页 | 2.60 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100














 
  
  
 