Implements, modifies, or debugs constraints in the proto-language DSL. Covers the full lifecycle: BaseConfig class with ConfigField, scoring function returning list[ConstraintOutput], @constraint decorator registration, 3-level export chain, and pytest test…
evo-design/proto-language
SkillsMP has collected 4 skills from evo-design/proto-language. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 190
- GitHub forks
- 22
Skills in this repository
Showing 4 of 4 collected skills.
Implements, modifies, or debugs generators in the proto-language DSL. Covers the full lifecycle: config class, Generator subclass with __init__/assign/sample, input_type-specific patterns (mutation, autoregressive, inverse folding, gradient), decorator…
Implements, modifies, or debugs optimizers in the proto-language DSL. Covers the full lifecycle: BaseOptimizerConfig with ConfigField, Optimizer subclass with __init__/run, dual-pool architecture (result/proposal sequences), constraint evaluation (filter +…
Composes proto-language optimization programs in Python. Covers Segments, Constructs, Generators, Constraints, Optimizers, and Programs for designing biological sequences. Use when writing programs, composing optimization pipelines, designing DNA/protein/RNA…