Skip to content
View timurka43's full-sized avatar
Block or Report

Block or report timurka43

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. PrisonersDilemmaSimulator PrisonersDilemmaSimulator Public

    This program simulates and quantifies outcomes of parameterized prisoner’s dilemma simulation in various MAS networks. This is the third lab in the series of 3 lab projects designed to introduce Mu…

    Java

  2. Conways-Game-of-Life Conways-Game-of-Life Public

    The Game of Life is a simulation devised by the British mathematician John Horton Conway in 1970. You "play" this game by setting an initial input in a grid-like field and observing its evolution o…

    C

  3. gradient_descent gradient_descent Public

    A project that implements the gradient descent method to find max/min of a function in multiple dimensions

    Python

  4. cipher_cracker cipher_cracker Public

    This program cracks a substitution cipher using Metropolis-Hastings

    Python

  5. SeamCarving SeamCarving Public

    Content-Aware image resizing program that reduces the dimensions of an image by cutting least important seams

    Python

  6. genetic_data_fitting genetic_data_fitting Public

    This project uses genetic algorithm to fit polynomials to data

    Python