How to use the mathy.agent.training.problems.simplify_multiple_terms function in mathy

To help you get started, we’ve selected a few mathy examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github justindujardin / mathy / mathy / agent / curriculum / level1.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(10, powers=True),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / level1.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(12),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / level1.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(3),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / level1.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(24),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / level1.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(4),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / level1.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(5, powers=True),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / level1.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(10),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / level1.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(7, powers=True),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / level1.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(2),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / level1.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(3, powers=True),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,