Pinned Repositories
Autonomous-Vehicle-Path-Planning
C++ code for using splines and path planning to navigate a road amongst other vehicles
Basic-Machine-Learning-Playground-with-KERAS
In this repository, I have tried to play with very basic python coding and their application in machine learning.
Benders-Decomposition-and-Column-Generation
In this repository, Benders Decomposition(BD) and Column Generation(CG) problems are solved. Sample problems are chosen from A. J. Conejo book and Mohammad Shahidehpour articles.
cpp-cheat-sheet
C++ Syntax, Data Structures, and Algorithms Cheat Sheet
DC-Motor-Speed-and-Position-Control-using-Simulink-and-Simscape-Modelling
The Simulink model provides the system's dynamic equation-based model and Simscape provides the physical modelling. It compares both the uncompensated and compensated response (i.e. Lag and Lead controller) of DC motor speed control.
Entergy-Sponsored-Powerworld-Project-LSU-Spring-2020
This lab is developed by LSU jointly with Entergy to train LSU electrical engineering students in PowerWorld software. PowerWorld is a popular power system simulation software. It is extensively used in planning and market analysis. It supports Steady-State Power System Security Analysis, Transient Stability Analysis, Power System Economics and Market Modeling etc. The student version is available in https://www.powerworld.com/
GAMS-Implementation-of-Optimal-Power-Flow-Economic-Dispatch-and-Unit-Commitment
This repository contains various single and multi-period Economic Dispatch and Unit Commitment code. They can be extended for more complicated optimization problems.
Hybrid-Learning-Aided-Inactive-Constraints-Filtering-Algorithm-to-Enhance-AC-OPF-Solution-Time
This repository contains the code of the following article: Hybrid-Learning-Aided-Inactive-Constraints-Filtering-Algorithm-to-Enhance-AC-OPF-Solution-Time
Topology-Aware-Learning-Assisted-Branch-and-Ramp-Constraints-Screening-for-Dynamic-Economic-Dispatch
This repository contains the code of the following article: Topology-Aware-Learning-Assisted-Branch-and-Ramp-Constraints-Screening-for-Dynamic-Economic-Dispatch
Transmission-and-Generation-Expansion-Plannnig---Optimization-of-Mixed-Integer-Non-Convex-Problems
This repository contains various Transmission and Generation related optimization problem. The problems are solved using YALMIP toolbox with CPLEX solver.
FouadHasan's Repositories
FouadHasan/Benders-Decomposition-and-Column-Generation
In this repository, Benders Decomposition(BD) and Column Generation(CG) problems are solved. Sample problems are chosen from A. J. Conejo book and Mohammad Shahidehpour articles.
FouadHasan/Transmission-and-Generation-Expansion-Plannnig---Optimization-of-Mixed-Integer-Non-Convex-Problems
This repository contains various Transmission and Generation related optimization problem. The problems are solved using YALMIP toolbox with CPLEX solver.
FouadHasan/Hybrid-Learning-Aided-Inactive-Constraints-Filtering-Algorithm-to-Enhance-AC-OPF-Solution-Time
This repository contains the code of the following article: Hybrid-Learning-Aided-Inactive-Constraints-Filtering-Algorithm-to-Enhance-AC-OPF-Solution-Time
FouadHasan/DC-Motor-Speed-and-Position-Control-using-Simulink-and-Simscape-Modelling
The Simulink model provides the system's dynamic equation-based model and Simscape provides the physical modelling. It compares both the uncompensated and compensated response (i.e. Lag and Lead controller) of DC motor speed control.
FouadHasan/GAMS-Implementation-of-Optimal-Power-Flow-Economic-Dispatch-and-Unit-Commitment
This repository contains various single and multi-period Economic Dispatch and Unit Commitment code. They can be extended for more complicated optimization problems.
FouadHasan/Topology-Aware-Learning-Assisted-Branch-and-Ramp-Constraints-Screening-for-Dynamic-Economic-Dispatch
This repository contains the code of the following article: Topology-Aware-Learning-Assisted-Branch-and-Ramp-Constraints-Screening-for-Dynamic-Economic-Dispatch
FouadHasan/Entergy-Sponsored-Powerworld-Project-LSU-Spring-2020
This lab is developed by LSU jointly with Entergy to train LSU electrical engineering students in PowerWorld software. PowerWorld is a popular power system simulation software. It is extensively used in planning and market analysis. It supports Steady-State Power System Security Analysis, Transient Stability Analysis, Power System Economics and Market Modeling etc. The student version is available in https://www.powerworld.com/
FouadHasan/Autonomous-Vehicle-Path-Planning
C++ code for using splines and path planning to navigate a road amongst other vehicles
FouadHasan/Basic-Machine-Learning-Playground-with-KERAS
In this repository, I have tried to play with very basic python coding and their application in machine learning.
FouadHasan/cpp-cheat-sheet
C++ Syntax, Data Structures, and Algorithms Cheat Sheet
FouadHasan/CPP-Crash-Course
C++ Crash Course
FouadHasan/CPP-projects
FouadHasan/Fouad-Hasan.github.io
Academic personal website
FouadHasan/FouadHasan.github.io
FouadHasan/Fraud-Identification-in-Credit-Card-Transaction
This is a simple implementation of credit card fraud identification. The dataset is available in Kaggle. This project was inspired by the keras.io website.
FouadHasan/GAMS-Optimization-Playground
In this repository, I have solved various linear, nonlinear, and integer optimization problems. The problems are simple and basic. It will give the users a primary idea of how to use GAMS and will pave the way for more complex problems.
FouadHasan/GridDyn
GridDyn is an open-source power transmission simulation software package
FouadHasan/how-to-make-a-car-rental-system-using-c--
FouadHasan/matpower
MATPOWER – steady state power flow simulation and optimization for MATLAB and Octave
FouadHasan/Numerical-Analysis
FouadHasan/Performance-comparison-of-Neural-Network-SVM-and-XGBoost-classifier
This is a simple Classification that shows the classification performance of SVM, XGBoost and neural network for small set of data. This input is demand for 1 week schedule(168 hours) and the target is the optimal number of subproblems for temporal decomposition.
FouadHasan/pglib-opf
Benchmarks for the Optimal Power Flow Problem
FouadHasan/PGLib_MATPOWER-Files-for-Unit-Commitment-with-RAMP-and-Min-ON-OFF-time-limits-of-generators
This repository contain some modified PGLib files for use in unit commitment. The original PGLib file does not contain any info about RAMP limits and minimum ON/OFF of the generators. These modified *.m files contain artificially generated RAMP limits and minimum ON/OFF of the generators. User can further modify them based on the reference article provided.
FouadHasan/PowerModels.jl
A Julia/JuMP Package for Power Network Optimization
FouadHasan/PowerTools
Mathematical Optimisation for Power Systems
FouadHasan/Practical-Robotics-in-C-
Practical Robotics in C++, published by BPB Publications
FouadHasan/State-Estimation-using-Physics-Informed-Unsupervised-Learning
FouadHasan/Time-Decomposition
FouadHasan/Vehicle-Steering-Using-PID-Control
In this project, we implement a PID controller to steer the self driving car around the track in Udacity's Simulator.