Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Default owners for everything in the repo
* @MandarapuMadhulatha @sandeepkunkunuru @vinod-dega

# Frontend code ownership
/frontend/ @MandarapuMadhulatha @sandeepkunkunuru @vinod-dega

# Python implementation ownership
*.py @MandarapuMadhulatha @sandeepkunkunuru @vinod-dega

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ These algorithms are designed to solve both **constrained** and **unconstrained*

## Interactive Visualization

Explore these algorithms through our interactive web application:
**[Rao Optimization Algorithms Visualizer](https://vaidhyamegha.github.io/optimization_algorithms/)**
For an interactive web UI to run and compare these solvers (live convergence
charts, Pareto fronts, paper references), use the **Optimization** section in
[Samyama Insight](https://github.com/VaidhyaMegha/samyama-insight) — it talks
to the `/optimize/*` HTTP endpoints exposed by `samyama-graph` v1.1.0+ and
covers the full Rao algorithm family plus baselines (PSO, DE, GA, NSGA-II).

## Features

Expand Down
5 changes: 3 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Welcome to the comprehensive documentation for the BMR and BWR optimization algo

## Interactive Visualization

Explore these algorithms through our interactive web application:
**[Rao Optimization Algorithms Visualizer](https://vaidhyamegha.github.io/optimization_algorithms/)**
For an interactive web UI to run and compare these solvers, use the
**Optimization** section in [Samyama Insight](https://github.com/VaidhyaMegha/samyama-insight),
which talks to the `/optimize/*` endpoints on `samyama-graph` v1.1.0+.

## Contents

Expand Down
1 change: 0 additions & 1 deletion frontend/.gitignore

This file was deleted.

118 changes: 0 additions & 118 deletions frontend/README.md

This file was deleted.

Loading
Loading