Manoj Baishya's Writings

Manoj Baishya's Writings

My thoughts on technology, business, wellbeing and life.

29 Dec 2024

Combinatorial Optimization

573 words, ~5 min read

Combinatorial optimization is a branch of optimization that deals with problems where the set of feasible solutions is discrete or can be reduced to a discrete set. Its goal is to find the best solution according to a specific criterion, often under constraints. From scheduling tasks to designing networks and solving puzzles like Sudoku, combinatorial optimization plays a crucial role in solving real-world problems.
23 Jan 2021

Conjugate Gradient

4 words, ~0 min read

The Conjugate Gradient method is an iterative algorithm for efficiently solving large sparse systems of linear equations, specifically those with a symmetric positive definite matrix from conservation problems arising in many fields of science and engineering, economics, finance and operations research.