privatepanda.co

research · with dr. gregory falco

When to Compute in Space paper under review

Cornell · 2025–26 · computational core of the AIAA journal paper

Where should a computational task run — onboard flight computer, orbital data center, ground station, or terrestrial cloud — when latency, cost, energy, radiation, security, and reliability all conflict?

Overview

The starting point was an existing single-utility model that scored each compute location with one weighted number. I reframed the problem as multi-objective trade-space search: the decision variable is a policy vector on the probability simplex over compute tiers — a fractional split of the workload, not a hard single-tier pick — and the answer is the Pareto front of feasible splits. Weights only change how you navigate the feasible region, not the region itself, so a Pareto view is more honest than one utility number.

I built the two-stage framework, both mission evaluators, and the benchmarked optimizer suite; that work became the computational core of the journal paper (co-author, 3rd of 4), submitted to the AIAA Journal of Aerospace Information Systems and currently under review.

Design decisions 05

Python · NSGA-II · SPEA2 · MOEA/D · MOPSO · ε-constraint · projected gradient

listed under research →