Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I was told by my lecture to make the application of simulated annealing to estimate the optimum value in the production. for example the production of a company .. please help me .. thanks before
Posted
Comments
LaxmikantYadav 25-May-11 4:38am    
First understand the requirement (for eg. all calulation required for production and related data to it) and start working on that if u faced any problem post here..
Sandeep Mewara 25-May-11 4:52am    
What have you tried so far? Any research or anything? What kind of help you are here for?
arabrockman 11-Jun-11 13:44pm    
Data required for calculation is the amount of production of a product, then the selling price and profit that we get. My lecturer told to create a program to determine the amount of profit the most are those of any goods. and can increase the optimum value of goods produced.

1 solution

First of all you'll have to understand the simulated annealing algorithm.
The algorithm is explained (oh wonder) e.g. on wikipedia: http://en.wikipedia.org/wiki/Simulated_annealing[^]. Since this is a lecture task i'd guess the algorithm was explained in your lecture as well?

When you've understood it you'll have to implement the algorithm in the programming language of your choice and maybe look for mathematical libraries that provide (some) logic for this.

But dont expect the users here to post some code that you could just copy / paste to use for your assignment.

Put some own effort into this and show what you've tried so far if you can't seem to suceed.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 25-May-11 10:26am    
Good advice, my 5.
--SA
Legor 25-May-11 13:43pm    
Thank you SA!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900