admin管理员组文章数量:1276853
I have been tasked with optimizing the productivity of Park and Ramirez's Bioreactor using TensorFlow. To achieve this, I generate a dataset by creating random values for the "Feed" variable, and based on these values, the other variables are calculated and stored. I then train an RNN to optimize the value of Pm * V (t = t_f), which I was informed should be 34, along with its corresponding feed value. However, I'm currently only able to optimize for a single feed value at a time, whereas I need to optimize for multiple feed values simultaneously. Despite my efforts, I have not been able to achieve the target value of 34, which I suspect is due to the fixed feed value.
I have been advised to use random feed values, as this is supposedly the only way to reach a productivity of 34. However, I am uncertain whether the feed values should vary in an increasing pattern or truly randomly. I was only told that the feed should not be constant.
Currently, I am using only 1 timestep in the RNN, but the dataset contains 16 time measurements per experiment. I have tried using 16 timesteps and shaping the variables to optimize productivity, but again, my efforts were in vain. Any guidance on addressing these challenges would be greatly appreciated.
Notebook:
本文标签: pythonPark and Ramirez39s Bioreactor using TensorFlowAn optimization problemStack Overflow
版权声明:本文标题:python - Park and Ramirez's Bioreactor using TensorFlow - An optimization problem - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738420670a2085845.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论