Skip to content
View NicholasRJones's full-sized avatar

Block or report NicholasRJones

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Propeller-Performance-Optimization Propeller-Performance-Optimization Public

    I optimized the efficiency characteristics of flight for a propeller determined by its torque, thrust, rotor diameter, rotor speed, and angle of attack where these parameters are subject to nonline…

    Python 1

  2. Data-Fitting-Functions Data-Fitting-Functions Public

    I developed code to fit the parameters of a sinusoid function to measured data. To do this, I developed Python code from scratch which implements the following methods: Gradient descent, Conjugate …

    Python 1

  3. Derivative-Free-Optimization-Strategies Derivative-Free-Optimization-Strategies Public

    I developed Python code from scratch which implements some derivative free optimization strategies. The first method is the Nelder-Mead simplex method and the second method is the genetic algorithm…

    Python

  4. Finding-Central-Locations Finding-Central-Locations Public

    I developed code which solves for a best fit solution of a function when too many constraints create no feasible solution. To accomplish this, I called my Python optimization algorithm to solve thi…

    Python

  5. Quadratic-Programming Quadratic-Programming Public

    I developed Python code to minimize quadratic functions subject to constraints. This program has the ability to solve linear functions, unconstrained quadratic functions, equality constrained quadr…

    Python

  6. Sequential-Quadratic-Programming Sequential-Quadratic-Programming Public

    I developed code which implements my own version of the sequential quadratic program, requiring no Lagrange multipiers. I used the damped BFGS method to approximate a hessian, forcing it to be posi…

    Python