Any tips about how I would go about building this simulation/model?

  • Thread starter Thread starter EntropicLove
  • Start date Start date
  • Tags Tags
    Building Tips
AI Thread Summary
Building a simulation of large-scale networks involves several key considerations. First, it's essential to define the specific type of network and the parameters to be measured, such as efficiency and optimization. Understanding the domain—whether it's telecommunications or data throughput in distributed systems—will guide the design and software requirements. Choosing between simulation software and custom coding in C++ depends on the project's complexity and the user's programming proficiency. Utilizing existing simulation software can expedite the process, while building from scratch allows for greater customization. It's important to clarify the simulation's goals and requirements to determine the best approach and tools. Engaging with experts in IT, coding, and project management can provide valuable insights and guidance throughout the development process.
EntropicLove
Messages
45
Reaction score
1
Any tips about how I would go about building this simulation/model?

I'm interesting in building for my portfolio a full simulation of large-scale networks under various circumstances measuring efficiency/optimization using different parameters and algorithms.

I current have a large business that is willing to let me model but I don't exactly know step by step how to go about this lol. I have several wiley books about simulation and I only know the basics (I'm studying applied math) but this is beyond me pretty much; however, I'm very passionate/dedicated to doing this.

Anyone have any wisdom, intuition or vague idea of how I can go about this? Or point somewhere else? I would love to hear from anyone (especially possibly Chiro :) pretty familiar with IT/coding/project-management etc etc in general...

Should I be looking for simulation software or should I build this from the ground up using c++? Is this the right forum to ask about this specialized project?

Thank you for your time...
 
Last edited:
Computer science news on Phys.org


EntropicLove said:
I'm interesting in building for my portfolio a full simulation of large-scale networks under various circumstances measuring efficiency/optimization using different parameters and algorithms.

I current have a large business that is willing to let me model but I don't exactly know step by step how to go about this lol. I have several wiley books about simulation and I only know the basics (I'm studying applied math) but this is beyond me pretty much; however, I'm very passionate/dedicated to doing this.

Anyone have any wisdom, intuition or vague idea of how I can go about this? I would love to hear from anyone (possibly Chiro :) pretty familiar with IT/coding/project-management etc etc in general...

Should I be looking for simulation software or should I build this from the ground up using c++? Is this the right forum to ask about this specialized project?

Thank you for your time...

Hey EntropicLove.

Are you trying to simulate the situation of data throughput through a network much like you would have in a distributed system? Is it perhaps something like a telecommunications network where you wish to simulate network traffic with a noise model and encoding/decoding behaviour under certain parameters?

It would help if you clarify this kind of information since each domain will have specific issues with regard to not only the software design, but the configuration front-end that you use to program it and pass data (if need be) to it as well.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top