Yes, MatCraft's core optimization engine is open source under the Apache 2.0 license. This includes the Python library (materia), which contains the surrogate model framework, CMA-ES optimizer, active learning loop, Pareto analysis, and all 16 built-in domain plugins.
src/materia/): All optimization, surrogate modeling, active learning, and domain plugin code.materia command): The command-line interface for running campaigns, importing data, and exporting results.We welcome contributions to the core library. See our contributing guide for details on submitting pull requests, running the test suite, and our code review process. All contributors must sign a Contributor License Agreement (CLA).
You can install the open-source core directly from PyPI:
pip install matcraft