Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Parametric optimisation study

Abierto
#182 1 comentario 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
25/100
Tipo de issue
Nueva funcionalidad
Claridad
Necesita aclaración
Estado de actividad
Estancado
Stack tecnológico
python, typescript
Área
backend, frontend

Línea de trabajo

Start by comparing the requested free-parameter workflow with issue #181 and review the linked tritium-release tutorial. Investigate the available scipy.optimize methods and how the UI currently exposes parameters. Done would mean a defined approach for bounds, a Python cost function, optimizer selection, and the listed optimisation studies.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

backend enhancement frontend functionality

Instead of a "deterministic" simulation, users should be able to set parameters as free parameters and run parametric optimisation studies based on a set of constraints and goals.

Examples:

  • In the ARC fuel cycle simulation, minimise the startup storage inventory while ensuring the total energy produced in the first year is greater than X.
  • Find the mass transfer coefficients that fit the tritium release curve that was experimentally measured (see this tutorial)

UI needs:

  • Set a parameter as free parameter: similar to #181 users would be able to set a parameter as "free"
  • Give bounds to a parameter (eg. parameter A cannot be negative)
  • Define a cost function/error python function def error(p): ... return e
  • Select an optimiser (from scipy.optimise methods?)
Lenguaje dominante
TypeScript
Estrellas
91
Forks
14
Merge medio
4 min
PR fusionados (30 d)
7

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de pathsim/pathview

Todos los issues de pathsim/pathview

Issues similares

Más issues de TypeScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.