MCPcopy Create free account

hub / github.com/astroautomata/PySR / types & classes

Types & classes31 in github.com/astroautomata/PySR

↓ 89 callersClassPySRRegressor
High-performance symbolic regression algorithm. This is the scikit-learn interface for SymbolicRegression.jl. This model will automatica
pysr/sr.py:360
↓ 13 callersClassTemplateExpressionSpec
Spec for templated expressions. This class allows you to specify how multiple sub-expressions should be combined in a structured way, with co
pysr/expression_specs.py:128
↓ 2 callersClassTensorBoardLoggerSpec
Specification for TensorBoard logger. Parameters ---------- log_dir : str Directory where TensorBoard logs will be saved. If `ove
pysr/logger_specs.py:31
↓ 1 callersClassCallableEquation
Simple wrapper for numpy lambda functions built with sympy
pysr/export_numpy.py:17
↓ 1 callersClassCallableJuliaExpression
pysr/expression_specs.py:400
↓ 1 callersClassExpressionSpec
The default expression specification, with no special behavior.
pysr/expression_specs.py:87
↓ 1 callersClassPRInfo
scripts/paper_image_sync.py:28
↓ 1 callersClassParametricExpressionSpec
Spec for parametric expressions that vary by category. **This is deprecated in favor of the `TemplateExpressionSpec` class, which now support
pysr/expression_specs.py:346
↓ 1 callersClassPreciseLatexPrinter
Modified SymPy printer with custom float precision.
pysr/export_latex.py:10
↓ 1 callersClass_DynamicallySetParams
Defines some parameters that are set at runtime.
pysr/sr.py:348
↓ 1 callersClass_Node
Forked from https://github.com/patrick-kidger/sympytorch
pysr/export_torch.py:87
ClassAbstractExpressionSpec
Abstract base class describing expression types. This basically just holds the options for the expression type, as well as explains how to pa
pysr/expression_specs.py:32
ClassAbstractLoggerSpec
Abstract base class for logger specifications.
pysr/logger_specs.py:11
ClassTestAutodiff
pysr/test/test_autodiff.py:14
ClassTestBest
pysr/test/test_main.py:1352
ClassTestCli
pysr/test/test_cli.py:12
ClassTestDev
pysr/test/test_dev.py:7
ClassTestDimensionalConstraints
pysr/test/test_main.py:2075
ClassTestFeatureSelection
pysr/test/test_main.py:1400
ClassTestGuesses
pysr/test/test_main.py:1127
ClassTestHelpMessages
Test user help messages.
pysr/test/test_main.py:1692
ClassTestJAX
pysr/test/test_jax.py:13
ClassTestLaTeXTable
pysr/test/test_main.py:1892
ClassTestMiscellaneous
Test miscellaneous functions.
pysr/test/test_main.py:1428
ClassTestPipeline
pysr/test/test_main.py:66
ClassTestRegistryHelper
Test the custom Julia registry preference handling.
pysr/test/test_startup.py:161
ClassTestSlurm
pysr/test/test_slurm.py:25
ClassTestStartup
Various tests related to starting up PySR.
pysr/test/test_startup.py:19
ClassTestTemplateExpressionSpec
pysr/test/test_main.py:2237
ClassTestTorch
pysr/test/test_torch.py:12
Class_SingleSymPyModule
Forked from https://github.com/patrick-kidger/sympytorch
pysr/export_torch.py:158