How to use the mathy.agent.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 / dev.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(2),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / dev.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(10),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / dev.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(14),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / dev.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(3, powers_proability=0.85),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / dev.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(24),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / dev.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(7, powers_proability=0.85),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / dev.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(7),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / dev.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(3),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / dev.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(5),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,
github justindujardin / mathy / mathy / agent / curriculum / dev.py View on Github external
            problem_fn=lambda: simplify_multiple_terms(12),
            problem_type=MODE_SIMPLIFY_POLYNOMIAL,