Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Parametric optimisation study

Aperta
#182 1 commento 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
25/100
Tipo di issue
Funzionalità
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
python, typescript
Ambito
backend, frontend

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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?)
Lingua principale
TypeScript
Stelle
91
Fork
14
Merge medio
4m
PR unite (30g)
7

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di pathsim/pathview

Tutte le issue di pathsim/pathview

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.