this post was submitted on 22 Nov 2023
55 points (96.6% liked)

Programming

16810 readers
446 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] colonist@programming.dev 3 points 9 months ago (2 children)

6 years ago during university I participated in a Coding Challenge for Vehicle Routing Problems. I really like TSP and VRP related problems. I tinkered on my algorithm in the evenings to make it faster, consider more edge cases, produce better solutions etc. It was a really rewarding work because every time you change something you can run it and can see if your thinking was right and improved the result. The goal was to find the shortest time to serve all customers, so the result was basically a number indicating total time. Number goes down = win.

Unfortunately I haven't found anything in my professional career so far that I really liked :(

[–] onlinepersona@programming.dev 2 points 9 months ago

Unfortunately I haven’t found anything in my professional career so far that I really liked :(

ha ha ha ha *cries in corner*

Same. Web development is so boring.

[–] Miaou@jlai.lu 1 points 9 months ago* (last edited 9 months ago)

There are some jobs for agent planning using discrete / continuous (boundary value problem/mpc) / hybrid approaches, in autonomous driving and other related fields (e.g. drones). Sometimes single agent, but multi agent problems are also hot stuff

That'd be in academia mostly however. If you're interested you can always look for some papers and see whether the chairs of the authors are recruiting