Process optimization
Process optimization
(OP)
Hello guys,
I would like to ask you about "process optimization", a topic that I want to learn, from the basics, as it turned to be an important asset in the field of chemical engineering, so, please:
what is the mathematical background I need to have ?
can you recommend me some textbooks that enable me have an over view on optimization methods and the application of each method ?
what is the best software for programming optimization algorithms ? python or matlab ?
This is prbably a huge issue, I am feeling like lost, and thanks in advance friends.
I would like to ask you about "process optimization", a topic that I want to learn, from the basics, as it turned to be an important asset in the field of chemical engineering, so, please:
what is the mathematical background I need to have ?
can you recommend me some textbooks that enable me have an over view on optimization methods and the application of each method ?
what is the best software for programming optimization algorithms ? python or matlab ?
This is prbably a huge issue, I am feeling like lost, and thanks in advance friends.





RE: Process optimization
however I have utilized Matlab in union with a thermodynamic library (Prode Properties) for simple problems, Matlab includes good minimizers but you need to compile in order to get reasonably fast executions.
Another possibility is that you compile and link with a specific package (see NEOS guide for a list).
You may read Numerical optimization by Nocedal & Wright for a good introduction...
RE: Process optimization
please, what is the mathematical background needed here ? especially with evolutionary algorithms ?
I also wonder if you can tell me what do you mean by compiling ?
thank you very much again.
RE: Process optimization
There is a very brief account on this dense topic in Perry Chem Engg Handbook also, but not easy to follow.
RE: Process optimization