I haven't had much luck searching for this specific problems. Any pointers would be greatly appreciated.
I have an underdetermined system where $ A $ and $ b $ are known. $ x $ is a real vector with $x_i > 0 $.
$$ Ax = b $$
I'm not looking to optimize a function but to explore the solution space.
I'd like to be able to incrementally move around the solution space, using the "current" solution to evaluate a completely different problem (that would be absolutely horrible and infeasible to integrate into this). How would I be able to define this space?
Could anyone give an idea of where to start? Thanks!