progtlt
progtlt
  • Видео 123
  • Просмотров 8 595
TSP / Ant algorithm
C# Ant algorithm for Travelling salesman problem (TSP) solving.
Based on Book "AI Application Programming (Programming Series) 2nd Edition" of M. Tim Jones (Author).
github.com/tltrus/MATH-GRAPH
Просмотров: 20

Видео

Adaptive Resonance Theory / ART1 algorithm
Просмотров 24День назад
Based on algorithm from book "AI Application Programming (Programming Series) 2nd Edition", M. Tim Jones (Author). github.com/tltrus/CLASTERING
3D Chart. Fuctions for optimization
Просмотров 814 дней назад
Test functions for optimization. 3D chart from "wpf-surfaceplot3d" github.com/brittanybelle/wpf-surfaceplot3d. Unfortunately it is not supported. 3D can be improved, for example, to reduce the values for Z-axis (change scale). github.com/tltrus/3DCHART
Bacterial Foraging Optimization (BFO) - Search for a global minimum
Просмотров 1214 дней назад
C# Bacterial Foraging Optimization algorithm. XY plane. Based on article "Bacterial Foraging Optimization" of microsoft MSDN Magazine. github.com/tltrus/MATH-FIND-MIN
Gradient methods - Search for a local minimum
Просмотров 314 дней назад
C# algorithm. XY plane. github.com/tltrus/MATH-FIND-MIN
Particle swarm optimization (PSO) - Search for a global minimum. Part 3
Просмотров 614 дней назад
C# Particle swarm optimization algorithm. XY plane. Based on article "Artificial Intelligence - Particle Swarm Optimization" of microsoft MSDN Magazine github.com/tltrus/MATH-FIND-MIN
Ant colony
Просмотров 66Месяц назад
C# version, WPF bitmap. Based on: Ant Colony Optimization copy by chaski editor.p5js.org/chaski/sketches/pV-NF4gkH github.com/tltrus/SIMULATION-OF-LIFE
CLASTERING. K-means
Просмотров 2Месяц назад
C# K-means clustering application github.com/tltrus/CLASTERING
CLASTERING. K-means ++
Просмотров 8Месяц назад
C# K-means clustering application with Microsoft solution. Microsoft: Learn / Archive / MSDN / Magazine Issues / 2013 / February James McCaffrey - "Data Clustering - Detecting Abnormal Data Using k-Means Clustering" learn.microsoft.com/en-us/archive/msdn-magazine/2013/february/data-clustering-detecting-abnormal-data-using-k-means-clustering github.com/tltrus/CLASTERING
PARTICLES. Falling water
Просмотров 21Месяц назад
C# algorithm. github.com/tltrus/PARTICLES
PARTICLES. Electric charges
Просмотров 21Месяц назад
C# algorithm. WPF bitmap. github.com/tltrus/PARTICLES
Color walker - bitmap
Просмотров 502 месяца назад
C# algorithm. Based on: editor.p5js.org/Shayan-To/sketches/bwwPOY8L_ github.com/tltrus/WALKER
Binary Tree
Просмотров 122 месяца назад
C# algorithm. Based on: thecodingtrain.com/CodingChallenges/065.2-binary-tree-viz.html github.com/tltrus/SEARCH_SORTING
Simple files compare 1. MVVM WPF
Просмотров 552 месяца назад
C# app for comparing two files. MVVM pattern is used. github.com/tltrus/FILES-COMPARE
Maurer rose
Просмотров 262 месяца назад
Polygonal curve with vertices on a rose. github.com/tltrus/MATH-FORMULAS
Fire 2
Просмотров 332 месяца назад
Fire 2
Fire bitmap
Просмотров 72 месяца назад
Fire bitmap
Harmonics simple with ScottPlot
Просмотров 492 месяца назад
Harmonics simple with ScottPlot
Harmonics simple
Просмотров 363 месяца назад
Harmonics simple
3D rotation. PathGeometry
Просмотров 53 месяца назад
3D rotation. PathGeometry
3d obj rotation
Просмотров 133 месяца назад
3d obj rotation
Signal filters
Просмотров 73 месяца назад
Signal filters
GAMES. Billiard. Part 1
Просмотров 323 месяца назад
GAMES. Billiard. Part 1
GRAPHICS. Bezier curves
Просмотров 633 месяца назад
GRAPHICS. Bezier curves
Image processing. v1
Просмотров 93 месяца назад
Image processing. v1
MATH. Gift wrapping
Просмотров 273 месяца назад
MATH. Gift wrapping
Flocking particles - 2
Просмотров 443 месяца назад
Flocking particles - 2
Walker maze generator
Просмотров 553 месяца назад
Walker maze generator
Walker backtraking
Просмотров 583 месяца назад
Walker backtraking
Walker simple
Просмотров 2303 месяца назад
Walker simple

Комментарии

  • @qkasriel
    @qkasriel 14 дней назад

    BFO? Never heard of it... how does it work?

    • @progtlt
      @progtlt 14 дней назад

      I recommend to read this article: learn.microsoft.com/en-us/archive/msdn-magazine/2012/april/test-run-bacterial-foraging-optimization. There is a description of algorithm.

    • @qkasriel
      @qkasriel 14 дней назад

      @@progtlt thanks!

  • @schrebra
    @schrebra Месяц назад

    I literally made this in powershell a few weeks ago

  • @theunknownfrost2594
    @theunknownfrost2594 Месяц назад

    intresting. though i must admit, pretty cool

  • @livius09
    @livius09 Месяц назад

    very cool

  • @b33bo93
    @b33bo93 3 месяца назад

    That's similar to a maze algorithm, if you just make it backpedal when it hits itself and then make new pathways when it can then you can make a cool maze

  • @kelpR
    @kelpR 3 месяца назад

    cool

  • @EmilyAngel-i2j
    @EmilyAngel-i2j 4 месяца назад

    Yo hice eso en javascript

  • @rajvardhan5787
    @rajvardhan5787 5 месяцев назад

    Is this a game ?

  • @TwazGamma
    @TwazGamma 5 месяцев назад

    increase the lines i wanna see one fall into a perfect orbit

  • @RealBrokoli
    @RealBrokoli 5 месяцев назад

    Good stuff

  • @william4955
    @william4955 5 месяцев назад

    круто

  • @rzvn104
    @rzvn104 6 месяцев назад

    language?

  • @AsatteGames
    @AsatteGames 8 месяцев назад

    That's really cool! Is this similar to inverse kinematic?

    • @progtlt
      @progtlt 8 месяцев назад

      Springs more simple then kinematic. But code is good for understanding. Thanks to Codding Challenge for it's solution.

  • @AsatteGames
    @AsatteGames 8 месяцев назад

    That's cool. Inverse kinematics make things look like they are alive

  • @AsatteGames
    @AsatteGames 9 месяцев назад

    Nice effect! Are you developing a game or just experimenting with some cool effects?

    • @progtlt
      @progtlt 9 месяцев назад

      Programming is my hobby. I look at different effects from other programmers and try to repeat the same thing in C#. Sometimes I do something of my own.

    • @AsatteGames
      @AsatteGames 9 месяцев назад

      @@progtlt That's cool. If you ever start developing a game, I am sure it will have great visuals

  • @juangabriel1875
    @juangabriel1875 9 месяцев назад

    Thats Cool!

  • @KristijanPruzinac
    @KristijanPruzinac 9 месяцев назад

    Hey that looks very convicning! Didn't see this coding train challenge before. You should try out inverse kinematics coding train challenge, it is really fun.

    • @progtlt
      @progtlt 9 месяцев назад

      Thank you. I will prepare inverse kinematics soon ;)

  • @kygira5_dev
    @kygira5_dev 9 месяцев назад

    Ooo pathfinding

  • @kygira5_dev
    @kygira5_dev 9 месяцев назад

    Nice, looks great :)

  • @grimreaperking
    @grimreaperking 10 месяцев назад

    nice!

  • @akramanimation1612
    @akramanimation1612 10 месяцев назад

    Cool

  • @neonnoobfromfuture2529
    @neonnoobfromfuture2529 10 месяцев назад

    well done

  • @daniilvolkov50
    @daniilvolkov50 11 месяцев назад

    I didn't go into the code much, but to speed up calculations you can use SIMD, C# supports this

  • @dukeyhird5604
    @dukeyhird5604 11 месяцев назад

    'Promosm' 🎶

  • @mustafakeles3333
    @mustafakeles3333 Год назад

    Hello, Can you send me code?

  • @LeTruong123
    @LeTruong123 Год назад

    Can you share me your project ?

  • @michaelpope3671
    @michaelpope3671 Год назад

    "Promo SM"