← 📈 Machine Learning

📈 Pareto Front Explorer

Show dominated solutions
Pareto-optimal:
Selected (err/lat/size):
Scalarized score:
FPS:
Drag — rotate · Scroll — zoom

📈 Multi-Objective Optimization Mathematics

A 3D Pareto front of candidate model configurations trading off validation error, inference latency, and model size — the core geometry behind multi-objective hyperparameter tuning.

🔬 What It Demonstrates

Bright indigo points are Pareto-optimal: no other candidate beats them on every objective at once. Dim grey points are dominated — some other configuration is strictly better in every dimension.

🎮 How to Use

Adjust the weight sliders to change how much error, latency, and size matter; the gold marker jumps to the front point that minimizes your weighted score. Regenerate the population to sample a new trade-off surface.

💡 Did You Know?

Algorithms like NSGA-II approximate the whole Pareto front in one optimization run, letting engineers pick a trade-off after seeing all the options — rather than committing to fixed weights in advance.