bio-immunoinformatics-tcr-epitope-binding
Predict TCR-epitope specificity using ERGO-II and deep learning models for T-cell receptor antigen recognition. Match TCRs to their cognate…
Maintainer K-Dense Inc. · Last updated April 1, 2026
Pymoo is a comprehensive Python framework for optimi.
Original source
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/pymoo
Skill Snapshot
Source Doc
This skill should be used when:
Pymoo uses a consistent minimize() function for all optimization tasks:
Result object contains:
result.X: Decision variables of optimal solution(s)result.F: Objective values of optimal solution(s)result.G: Constraint violations (if constrained)result.algorithm: Algorithm object with historySingle-objective: One objective to minimize/maximize Multi-objective: 2-3 conflicting objectives → Pareto front Many-objective: 4+ objectives → High-dimensional Pareto front Constrained: Objectives + inequality/equality constraints Dynamic: Time-varying objectives or constraints
Related skills
Predict TCR-epitope specificity using ERGO-II and deep learning models for T-cell receptor antigen recognition. Match TCRs to their cognate…
Cirq is Google Quantum AI's open-source framework for designing, simulating, and running quantum circuits on quantum computers and simulator…
Gtars is a high-performance Rust toolkit for manipulating, analy.
Hypothesis generation is a systematic process for developing testable explanations. Formulate evidence-based hypotheses from observations, d…