🧬 MHA Toolbox - Optimization Suite

Welcome back, {{ current_user.username }}! Ready to optimize?

🧬
{{ stats.total_algorithms }}
Available Algorithms
📊
{{ stats.user_experiments }}
Your Experiments
🏆
{{ stats.successful_runs }}
Successful Runs
📈
{{ stats.avg_improvement }}%
Avg Improvement

🚀 Quick Start Guide

1
Select a sample dataset or upload your own CSV file
2
Choose optimization algorithms from 140+ options
3
Configure parameters or use intelligent defaults
4
Run optimization and analyze results with Plotly charts
5
Export results in CSV, Excel, JSON, or NPZ format

📋 Recent Activity

{% if recent_results %} {% for result in recent_results %}
{{ result.algorithm_name }} on {{ result.objective_function }}
{{ result.created_at.strftime('%Y-%m-%d %H:%M') }} | Best: {{ "%.6f"|format(result.best_fitness) }}
{% endfor %} {% else %}

No experiments yet. Start your first optimization!

Create Experiment
{% endif %} {% if recent_results %} {% endif %}
🐝
Swarm Intelligence

PSO, GWO, WOA, ALO, HHO, JS, and more

{{ stats.swarm_count }} algorithms
🧬
Evolutionary

GA, DE, ES, GP, and genetic variants

{{ stats.evolutionary_count }} algorithms
⚛️
Physics-Based

GSA, MVO, SA, and physics-inspired

{{ stats.physics_count }} algorithms
🔬
Hybrid

PSO-GA, GWO-PSO, and combinations

{{ stats.hybrid_count }} algorithms
📦
Sample Datasets

Try optimization with built-in datasets

Explore Datasets
📊
Compare Algorithms

Run multiple algorithms simultaneously

Start Comparison
📤
Custom Algorithms

Upload your own algorithm implementations

Upload Algorithm
Platform Features
  • 140+ Algorithms: Comprehensive collection with Levy flights
  • 15 Objective Functions: Standard benchmark functions
  • Dataset Support: Upload CSV or use 6 demo datasets
  • Interactive Charts: Plotly visualizations
  • Export Options: CSV, Excel, JSON, NPZ formats
  • Session Management: Save and resume experiments