jump-dev / jump-dev/MathOptInterface.jl

Setting starting values for vector variable bridges

Abierto
#2,117 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Submodule: Bridges
Lenguaje dominante
Julia
Estrellas
504
Forks
101
Merge medio
6 h 26 min
PR fusionados (30 d)
22

Descripción

This is working for `FlipSignBridge` since it just multiply by `-1` but for a linear map that is not diagonal, we cannot set the starting values variable by variable.

https://github.com/jump-dev/MathOptInterface.jl/blob/5025b50de1d6cb29e6bbb0d26adfcf1b57b6a51c/src/Bridges/Variable/set_map.jl#L182-L192

We would need to cache the vector of starting values in the bridge and then do the linear map in `final_touch`.

Alternatively, this caching could be done by `BridgeOptimizer` to simplify the job of each bridge but that caching isn't needed for `FlipSignBridge` so it could be a waste.

Guía de contribución

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

Línea de trabajo

Start with src/Bridges/Variable/set_map.jl around lines 182-192 and read how FlipSignBridge handles starting values. Trace the bridge lifecycle through final_touch, then compare whether caching belongs in the bridge or BridgeOptimizer. Done means non-diagonal linear maps can set vector starting values consistently.

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

Evaluación

Stack tecnológico
julia
Área
backend
Tipo de issue
Nueva funcionalidad
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
38/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.