README.md
pyproject.toml
benchmarks/__init__.py
benchmarks/kernel_benchmarks.py
benchmarks/symbolic_regression_comparison.py
examples/build_regression_demo.py
examples/symbolic_regression.py
examples/symbolic_regression_demo.py
examples/symbolic_regression_full.py
experiments/experiment_12_siren.py
experiments/gen_attractor_data.py
experiments/gen_attractor_data_v2.py
experiments/plot_attractor_landscape.py
experiments/research_02_attractors.py
experiments/research_03_edl_completeness.py
experiments/research_04_tree_search.py
experiments/research_07_attractor_identity.py
experiments/research_07b_basin_geometry.py
experiments/research_08_physics_survey.py
experiments/sin_search_01.py
experiments/sin_search_02.py
experiments/sin_search_03.py
experiments/sin_search_04.py
experiments/srbench_runner.py
monogate/__init__.py
monogate/causal.py
monogate/chemistry.py
monogate/complex_best.py
monogate/complex_eval.py
monogate/complex_search.py
monogate/core.py
monogate/fused_rust.py
monogate/identities.py
monogate/interval.py
monogate/leaderboard.py
monogate/minimax.py
monogate/nas.py
monogate/network.py
monogate/neural_scorer.py
monogate/operators.py
monogate/optimize.py
monogate/padic.py
monogate/physics.py
monogate/pinn.py
monogate/prover.py
monogate/sklearn_wrapper.py
monogate/special.py
monogate/sympy_bridge.py
monogate/torch_ops.py
monogate/validate.py
monogate.egg-info/PKG-INFO
monogate.egg-info/SOURCES.txt
monogate.egg-info/dependency_links.txt
monogate.egg-info/entry_points.txt
monogate.egg-info/requires.txt
monogate.egg-info/top_level.txt
monogate/compile/__init__.py
monogate/compile/compiler.py
monogate/compile/fused.py
monogate/llm/__init__.py
monogate/llm/cli.py
monogate/llm/optimizer.py
monogate/llm/prompts.py
monogate/search/__init__.py
monogate/search/analyze_n11.py
monogate/search/gpu_search.py
monogate/search/mcts.py
monogate/search/sin_search_05.py
monogate/torch/__init__.py
monogate/torch/eml_layer.py
notebooks/01_eml_basics.py
notebooks/02_best_routing.py
notebooks/03_complex_bypass.py
notebooks/04_pytorch_emllayer.py
notebooks/05_symbolic_regression.py
notebooks/attractor_generalization.py
notebooks/build_e06.py
notebooks/build_e07.py
notebooks/build_e07b.py
notebooks/complex_special_functions.py
notebooks/demo_sin_best.py
notebooks/eml_layer_siren_example.py
notebooks/experiment_08_benchmark.py
notebooks/experiment_09_mlp_demo.py
notebooks/experiment_10_transformer_ffn.py
notebooks/experiment_11.py
notebooks/gen_exp02.py
notebooks/llm_optimizer_demo.py
notebooks/mcts_sin_approximation.py
notebooks/minimax_approximation.py
notebooks/neurosymbolic_prover_demo.py
notebooks/operator_zoo.py
notebooks/operators_study.py
notebooks/operators_study_v2.py
notebooks/performance_kernels.py
notebooks/physics_identities.py
notebooks/physics_identities_discovery.py
notebooks/pinn_eml_demo.py
notebooks/regression_comparison.py
notebooks/sin_best.py
notebooks/sin_construction.py
notebooks/siren_with_monogate.py
notebooks/special_functions_gallery.py
notebooks/symbolic_regression_leaderboard.py
scripts/prepare_v0.10.py
scripts/release_v0.11.0.py
scripts/release_v1.1.0.py
scripts/reproduce_n11.py
scripts/update_arxiv_id.py
scripts/update_leaderboard.py
tests/__init__.py
tests/test_compile.py
tests/test_complex.py
tests/test_complex_best.py
tests/test_core.py
tests/test_edl.py
tests/test_eml_layer.py
tests/test_interval.py
tests/test_leaderboard.py
tests/test_llm.py
tests/test_minimax.py
tests/test_nas.py
tests/test_neural_scorer.py
tests/test_optimize.py
tests/test_padic.py
tests/test_physics.py
tests/test_pinn.py
tests/test_prover.py
tests/test_prover_v2.py
tests/test_sklearn_wrapper.py
tests/test_special.py
tests/test_sympy_bridge.py
tests/test_torch.py