Optimization of Biohybrid Polymer Synthesis Using Fuzzy Inference Systems

Open Access

Year : 2024 | Volume : | : | Page : –
By

Dr. Yogeesh N

Dr. Lingaraju

Chetana. R

Dr. Vasanthakumari T N

Dr. P. William

  1. Assistant Professor , Department of Mathematics, Government First Grade College, Tumkur Karnataka India
  2. Associate Professor Department of Physics Government First Grade College, Tumkur Karnataka India
  3. Assistant Professor Department of Mathematics Siddaganga Institute of Technology, Tumakuru Karnataka India
  4. Associate Professor , Department of Mathematics Government First Grade College, Tumkur, Karnataka India
  5. Department of Information Technology, Sanjivani College of Engineering, Savitribai Phule Pune University Maharashtra India

Abstract

This investigation proposes a methodology to optimize biohybrid polymer synthesis using fuzzy inference systems (FIS). The study combines fuzzy logic principles with mathematical calculations for finding the best synthesis parameters to enhance the synthesis quality. This study consists on a sample about the use of FIS on optimisation of polymer synthesis, where they show the process of fuzzification, rule base creation, inference mechanism and defuzzification using the centroid method through experimental data. The results revealed that the FIS is a powerful tool to deal with uncertainty and vagueness inherent in polymer synthesis; it is capable of sharpening the output that shows the optimized synthesis parameters. Our evolutionary-derived-synthesis optimization increases efficiency and quality, the sharp output value being roughly 0.802. In addition, this provides environmental advantages due to more energy acting as a communication well between resources and to make less polymeric waste within the polymerization process. In discussing the benefits of using FIS, the study appropriates expert knowledge and experimental data, while also discussing certain limitations and challenges in FIS implementation. These findings contribute original, important results to polymer science and engineering, by providing a systematic, EE strategy that can be used in the synthesis of polymers, using FL techniques to optimize processes.

Keywords: Polymer synthesis, Fuzzy inference system, Optimization, Fuzzy logic, Synthesis quality, Materials science, Process optimization, Computational intelligence.

How to cite this article: Dr. Yogeesh N, Dr. Lingaraju, Chetana. R, Dr. Vasanthakumari T N, Dr. P. William. Optimization of Biohybrid Polymer Synthesis Using Fuzzy Inference Systems. Journal of Polymer and Composites. 2024; ():-.
How to cite this URL: Dr. Yogeesh N, Dr. Lingaraju, Chetana. R, Dr. Vasanthakumari T N, Dr. P. William. Optimization of Biohybrid Polymer Synthesis Using Fuzzy Inference Systems. Journal of Polymer and Composites. 2024; ():-. Available from: https://journals.stmjournals.com/jopc/article=2024/view=0

Full Text PDF Download

References

  • Dubois D, Prade H. Fuzzy sets and systems: Theory and applications. Academic Press; 1980.
  • Goldberg DE. Genetic algorithms in search, optimization, and machine learning. Addison-Wesley Longman Publishing Co., Inc.; 1989.
  • Hou Q, Grijpma DW, Feijen J. Porous polymeric structures for tissue engineering prepared by a coagulation, compression moulding and salt leaching technique. Biomaterials. 2003;24(11):1937-1947.
  • Kirkpatrick S, Gelatt CD, Vecchi MP. Optimization by simulated annealing. Science. 1983;220(4598):671-680.
  • Mendel JM. Fuzzy logic systems for engineering: A tutorial. Proceedings of the IEEE. 1995;83(3):345-377.
  • Montgomery DC. Design and analysis of experiments. John Wiley & Sons; 2017.
  • Myers RH, Montgomery DC, Anderson-Cook CM. Response surface methodology: Process and product optimization using designed experiments. John Wiley & Sons; 2016.
  • Place ES, Evans ND, Stevens MM. Complexity in biomaterials for tissue engineering. Nature Materials. 2009;8(6):457-470.
  • Ratner BD, Hoffman AS, Schoen FJ, Lemons JE, editors. Biomaterials science: an introduction to materials in medicine. Academic Press; 2004.
  • Ross TJ. Fuzzy logic with engineering applications. John Wiley & Sons; 2004.
  • Smith RA, Jones TB, Nguyen PQ. Stability and compatibility in biohybrid polymer systems. Journal of Materials Science. 2018;53(12):8457-8472.
  • Tsoukalas LH, Uhrig RE. Fuzzy and neural approaches in engineering. John Wiley & Sons; 1997.
  • Wang X, Li Y, Zhao D. Multivariable optimization in biohybrid polymer synthesis. Chemical Engineering Journal. 2020;389:124467.
  • Yogeesh N. Fuzzy clustering for classification of metamaterial properties. In: Mehta S, Abougreen A, editors. Metamaterial Technology and Intelligent Metasurfaces for Wireless Communication Systems. IGI Global; 2023. p. 200-229. https://doi.org/10.4018/978-1-6684-8287-2.ch009
  • Yogeesh N. Fuzzy logic modelling of nonlinear metamaterials. In: Mehta S, Abougreen A, editors. Metamaterial Technology and Intelligent Metasurfaces for Wireless Communication Systems. IGI Global; 2023. p. 230-269. https://doi.org/10.4018/978-1-6684-8287-2.ch010
  • Yogeesh N. Solving fuzzy nonlinear optimization problems using evolutionary algorithms. In: Mukherjee G, Basu Mallik B, Kar R, Chaudhary A, editors. Advances on Mathematical Modeling and Optimization with Its Applications. 1st ed. CRC Press; 2024. p. 20. https://doi.org/10.1201/9781003387459
  • Zadeh LA. Fuzzy sets. Information and Control. 1965;8(3):338-353.
  • Zhao Y, Zheng Z, Wang C. Biohybrid polymers: New materials for the future. Advanced Materials. 2019;31(18):1807196.

Ahead of Print Open Access Review Article
Volume
Received May 24, 2024
Accepted June 18, 2024
Published July 11, 2024

function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}