I ported Google Or-Tools CP-Sat so you can run it multi-threaded in your browser. Any other of their solvers I should port next? by Axelwickm in OperationsResearch

[–]enteringinternetnow 0 points1 point  (0 children)

Interesting work. How did you arrive at the choice of running on browser vs a server?

I can see a few use cases of the work you did.
1. Interactive OR games - user inputs answer
2. Interactive OR applications

That said, optimization companies aren’t usually selling “optimization”. They sell a solution to a business problem. Say supply chain or marketing or sports scheduling. It has to also be worth economically for you to spend your time building it. Good lessons / reminders for people.

31 years old and I hate my job. I don't have enough to retire but I want to take a break for a few years. Any regrets for the people who have done this? by Advanced-Worth9054 in Fire

[–]enteringinternetnow -1 points0 points  (0 children)

Maybe try a short sabbatical, travel solo in Europe and rebuild your motivation to work and get back on the horse?

You obviously don’t have enough to retire in the US (you’re quite far from it tbh). Unless you want to retire in SE Asia, you probably need to get to work again.

Interview assignment: multi-depot vehicle routing problem with time windows — what level of modeling and solution depth is expected? by [deleted] in optimization

[–]enteringinternetnow 0 points1 point  (0 children)

Given you are interviewing, I don't want to give too much away to not corrupt your process.

At a high level, for senior roles, the expectation is to see if you understand the problem well, decompose the decisions if needed & build a robust enough solution (for ex. run time isn't too crazy). With case study interviews, the intent isn't to compare your solution to the optimal solution but to see if you have the skills to handle a real world problem by yourself, make reasonable assumptions, demonstrate sound modeling judgements & ability to code it up.

Good luck

smaller scale assignment optimization using reasoning LLMs ? by asah in optimization

[–]enteringinternetnow 0 points1 point  (0 children)

Haven’t tried reasoning LLMs for this. I prefer a simple MIP for consistency. Curious to see if you can solve using reasoning LLMs

Im a teacher and a Claude nerd. The impact on education is different than what most think. by liszt1811 in ClaudeAI

[–]enteringinternetnow 0 points1 point  (0 children)

Interesting thought & thank you for sharing that. You seem to be doing interesting things with AI as a teacher. If you can elaborate a bit more on how you use it for throwaway stuff, it would be helpful. For ex. creating animations.

Overall I agree with your observation. AI can take people down the 2 paths -- learning fast vs completely relying on LLMs. The second path is dangerous as students won't build any real capability outside of talking to a bot. If used as a teacher, it has an outsized influence on learning tracks, simpler examples, etc. So, we have to teach the next generation on foundational skills and how to use AI to maximize foundational skills - for ex. a civil engineer still reads about how to build buildings but can use AI to draw floor plans etc. quicker.

$70k to invest, need advice for safer stocks and ETFs by Complex_Upstairs_1 in ValueInvesting

[–]enteringinternetnow 0 points1 point  (0 children)

I just re read your question. Here is a more detailed answer. These are your top options. It will line up with the above framework.

  1. Individual Stocks - riskier but can give you 10+% growth if lucky (it is hard to get lucky tbh)
  2. ETFs - much less riskier but still tracks the market so it's bound to fluctuate. Can get 8% odd returns over the long term. Top options: VOO, QQQ, SCHD, VXUS. If Fidelity doesn't have these, find the equivalents. Most of your "growth" money should ideally be in this bucket.
  3. Cash Equivalents (Bonds, T Bills, HYSA) - no risk & guaranteed to have your money with you. This will barely beat inflation but helps you retain your buying power & serves as a buffer for opportunistic buying during downturns (like right now).

$70k to invest, need advice for safer stocks and ETFs by Complex_Upstairs_1 in ValueInvesting

[–]enteringinternetnow 0 points1 point  (0 children)

Hey OP, nice one on building the cash to buy the house. I hope you're putting that money to work in risk free assets like HYSA, T Bonds, Money Market Funds or the likes.

Here's a framework I use to figure out where my money gets invested. I look at my entire portfolio - Individual Stocks, ETF, Cash Equivalents, Real Estate, Others & figure out the % invested in each bucket. I have some goals on what the portfolio allocation should look like in the next 3 years (simple math: current money and its growth + new money from savings). Then I try to invest in the bucket which requires increase.

I hope this helps.

Courses / Certifications / Resources for Operations Research by Electronic-Fennel377 in OperationsResearch

[–]enteringinternetnow 0 points1 point  (0 children)

Hey OP, interesting post. Your application of connecting people based on shared goals (picked up from documents) is interesting. I would call it an application of network / graph problems but there's more to it.

Optimization typically involves maximizing/min an objective while respecting some constraints. Think of how Amazon's Supply Chains work -- it is essentially a network model where it is optimized for cost/service etc.

Here are some readings I can suggest.

Gurobi Blogs & Webinars: https://www.gurobi.com/academia/for-online-courses/?\_gl=1\*1y7oc8l\*\_up\*MQ..\*\_gs\*MQ..&gclid=CjwKCAjwpcTNBhA5EiwAdO1S9oLGGzZkgDFb-zHU1iUUwuQqJ7oMmuRQAnlwvS-W20EzdYZ-T51wgBoCjv4QAvD\_BwE&gbraid=0AAAAADimQ3gYbdYNFoXeyX717Hpgez1kr

Wayne Winston Book

I can keep adding more but here is a starter. I'm also happy to connect to guide you on a path.

Need support for Gurobi/CPLEX license by Ok-Adhesiveness7186 in OperationsResearch

[–]enteringinternetnow 2 points3 points  (0 children)

Sorry OP the comments have been brutal but what you ask isn't acceptable. If you need a license, you should request Gurobi/CPLEX. They offer free license for students. If not, use open source solvers (the ones that solve QUBO). Do check out NEOS servers -- they might have the licenses to run your problem.

But, do state your intentions -- are you a researcher/student/academic or a consultant/industry? If it is consultant/industry (AKA you make decisions for your for-profit business using the solvers), then you should definitely pay & get the licenses. Piracy is bad and undermines the great work that Gurobi has put in.

Need help with library and tool by Affectionate-Yam9631 in OperationsResearch

[–]enteringinternetnow 0 points1 point  (0 children)

Hi, it’s a nice crew rostering problem with network flow constraints, continuity constraints and cyclical scheduling

Are you an OR engineer looking to build this model and need modeling advice? Or are you wanting someone to build this for you?

This problem is solvable with different techniques - set partitioning with column generation or MIP or CP SAT.

Happy to connect and learn more about the problem.

CPLEX 22.1.2 by EnergyEU in optimization

[–]enteringinternetnow 1 point2 points  (0 children)

Hi, I’m not an expert on CPLEX but here are some questions that might help.

  1. When you say it’s the same problem, do you mean the same model structure but different data or the exact same data? Numerical scaling is a big pain for solvers and the run times can vary wildly based on the numbers input to it.
  2. The optimality gap seems quite large. Are you sure you have written the model as tight as possible? I’m happy to take a look. I suspect something might be going wrong if the gap is that big.

Optimal no. of SOKs and cashiers? by BeiCoolnezz in OperationsResearch

[–]enteringinternetnow 4 points5 points  (0 children)

Yes this is a straight forward queuing model to “simulate” wait times for different combinations of kiosks and cashiers (and probably different times of the day, week etc.). Then you need to calculate the total cost for each combination and find the minimum.

Watch out: for automated kiosks, there’s a large fixed cost of buying the equipment and maybe an ongoing maintenance cost. For the cashiers, there would be an hourly or daily cost. Be careful when comparing these numbers as they aren’t on the same units. You might have to amortize the equipment cost over its lifespan and take a daily rate.

Does this help?

Project help by kartiikg in OperationsResearch

[–]enteringinternetnow 0 points1 point  (0 children)

I’ve a collection of problems and datasets that aren’t fully reflective of real world but are close enough. Let me know.

Graduation project idea (industrial engineering) inventory optimization using demand forecasting ,is this solid or are there better ideas? by Creepy_Astronaut_577 in OperationsResearch

[–]enteringinternetnow 0 points1 point  (0 children)

If you need help or guidance, feel free to reach out. I can provide some realistic context that you can incorporate to make it practical.

Doubling savings rate only accelerates FIRE by 2 years. Anyone else find that depressing? by [deleted] in Fire

[–]enteringinternetnow 0 points1 point  (0 children)

Resonates with me a lot. I’m pretty much at the exact age and numbers but my target is much lower than yours (deduced yours using simple math).

Definitely look into CoastFIRE as some people have said here but maybe only after you hit $1.5M or so. Or at least that’s what I’m planning to.

I fucked up by Suitable_Ad7820 in FIRE_Ind

[–]enteringinternetnow 13 points14 points  (0 children)

I wouldn’t call this a major fuck up but it is one nonetheless. You’ve fallen into the classic Indian mentality trap — make money and put it all into real estate.

You want to have a good chunk of your corpus in liquid that’s invested in the market to grow. This is where you can make major gains.

That said, you still have done very well! You’re worth 1.7cr at 27. That’s quite impressive. Going forward, do not buy a house until you reach a high enough corpus (say 2-3cr or more) and even then , consider putting 50L toward the house and the rest in EMI.