
Evolutionary Algorithms for Food Science and Technology
By: Evelyne Lutton, Nathalie Perrot, Alberto Tonda
eText | 22 November 2016 | Edition Number 1
At a Glance
ePUB
eText
$260.69
or 4 interest-free payments of $65.17 with
orInstant online reading in your Booktopia eTextbook Library *
Why choose an eTextbook?
Instant Access *
Purchase and read your book immediately
Read Aloud
Listen and follow along as Bookshelf reads to you
Study Tools
Built-in study tools like highlights and more
* eTextbooks are not downloadable to your eReader or an app and can be accessed via web browsers only. You must be connected to the internet and have no technical issues with your device or browser that could prevent the eTextbook from operating.
Researchers and practitioners in food science and technology routinely face several challenges, related to sparseness and heterogeneity of data, as well as to the uncertainty in the measurements and the introduction of expert knowledge in the models. Evolutionary algorithms (EAs), stochastic optimization techniques loosely inspired by natural selection, can be effectively used to tackle these issues. In this book, we present a selection of case studies where EAs are adopted in real-world food applications, ranging from model learning to sensitivity analysis.
Industry Reviews
Vol.:(0123456789Genetic Programming and Evolvable Machines (2019) 20:147-149
https://doi.org/10.1007/s10710-018-9335-2
Evelyne Lutton, Nathalie Perrot, Alberto Tonda:
Evolutionary algorithms for food science and technology
Wiley, 2016, 182 pp, ISBN: 978-1-119-13683-5
Kelly Androutsopoulos1
Published online: 30 August 2018
© Springer Science+Business Media, LLC, part of Springer Nature 2018
Lutton et al. show how to address some of the challenges related to optimization in the food science domain, by presenting ways to better integrate the role of the user in the optimization process. As stated in the book (preface, xxiii):
"The user plays a key role in the optimization process: quality depends on the knowledge put into the design of the optimization task, and into the interpretation of the results."
The emphasis is on improving the quality of the solution, rather than just the speed or quantity, and if this leads to irresolution, this is deemed part of the process. This outlook is embodied in the two main aims of the book. Firstly, to show that adapting and customizing the evolutionary optimization algorithms to the specifics of the problem is a good strategy for improving quality. For example, Lutton et al. recommend using a cooperative co-evolutionary algorithm in which the fitness of an individual depends on its relationship to other members of the population. Secondly, to provide new ways to better integrate human expertise with evolutionary computation tools as certain quantities are very difficult to express using equations, e.g. taste and flavour. They proceed in making a convincing case that I agree with, that interactive evolutionary schemes are a rich ground for developing interactive modelling and decision-making in this domain.
Evolutionary Algorithms for Food Science and Technology is well organized. The authors begin with a wonderful philosophical discussion in the preface, questioning the purpose of optimization and whether the right tools are used for addressing the right issues. It give a good motivation for the main aims in the book: why humans play an important role in the optimization process of real-world applications in food science, and that optimization algorithms should not be treated as "black boxes". Instead we should allow for customization and fluid user interactions. E.g. by providing visualizations to aid interaction and by embedding assessments/judgements such as taste, flavour, perceptions, etc. The first chapter gives a good overview of the key features that make evolutionary computation challenging in food science. It also gives a panorama of the current uses of evolutionary optimization methods in this domain. This is particularly useful for readers that are new to the field of food science.
The second chapter gives a clear and easy to understand introduction to evolutionary algorithms with lots of references to explore for a deeper understanding. The next three chapters describe three examples from the authors' experience for some new usages of EA's in food science. All successfully address one or the other of their two main aims (see above). Chapters 3, 4 and 5 can be read independently.
Chapter three presents a methodology that combines EAs with visualisation to help food science experts explore in silico food models for enhancing their understanding. The structure of these models are intricate as they mirror the complex phenomena involved in these real-world processes. When exploring the models, one of the things that experts find hard is to find meaningful correlations between variables. The approach was tested on a specific model of milk gel structures. (The formation of milk gels is the first step in both cheese and yoghurt manufacture). One of the main research lines on milk gel is devoted to the development of models with the ability to replicate the dynamics of gel formation at relevant scales, linking the structure to macroscopic properties. As a non-expert in food sciences I found this model difficult to understand, but the authors provide a useful glossary of variables for reference, plenty of citations and lots of insights into the process that are useful to understand how to use this approach to explore other models. The exploration of the model is done by visualizing the data collected during the execution of an EA using a ultidimensional visualization tool called GraphDice. A reader would find the description of how to use GraphDice in this way useful for replicating the process. The exploration resulted in experts finding a correlation between two parameters, previously considered independent.
A Bayesian network is a probabilistic directed acyclic graph whereby the nodes represent variables and the edges represent conditional dependencies between the variables. Learning the optimal structure of a Bayesian network is an NP-hard problem and even finding good approximations is extremely hard. This is because a balance between the complexity and representiveness of the model must be found. In chapter four, a preliminary study was conducted to explore what is the best trade off between automatic evolution and user interaction for finding possible solutions for the problem of learning Bayesian network structures. The authors developed a prototype tool with a graphical-user interface that allows a domain expert user to guide the evolution of a network by alternating between automatic and fully interactive steps. Their approach was tested with two experts: one analyzing a dataset on cheese ripening and another a dataset on biscuit baking. The feedback given by the experts helped Lutton et al. to compile a list of features that would improve the efficiency of the structure learning experience. This list is noteworthy for any readers that want to adopt this approach.
Chapter five is the longest and presents in great technical depth two approaches for dealing with modelling issues based on cooperative co-evolution schemes. The experiments focused on the modelling of a Camembert cheese ripening process. The first approach explores how genetic programming (GP) and cooperative-co-evolution algorithms can be used to learn expert knowledge. While the second addresses the problem of learning the structure of a Bayesian network, with an approach based on independent models. In all three technical chapters, the authors articulate well key issues and insights for each approach. Such knowledge only comes from experience. There are also plenty of useful tables and figures illustrating results. Some of the figures in the book are difficult to read because they are in grayscale rather than colour. The authors have provided URLs to colour versions of the figures, however, these are broken and do not resolve to content.
The final chapter is short but effective. This works well because the main technical chapters have detailed discussions in their conclusions.In summary, Evolutionary Algorithms for Food Science and Technology would be invaluable to anyone considering using EAs in food science. The authors have made a convincing case for integrating human expertise with evolutionary computation tools and have shown several new ways to do this.
on
Preface xi
Chapter 1. Introduction 1
1.1. Evolutionary computation in food science and technology 1
1.2. A panorama of the current use of evolutionary algorithms in the domain 2
1.3. The purpose of this book 6
Chapter 2. A Brief Introduction to Evolutionary Algorithms 7
2.1. Artificial evolution: Darwin's theory in a computer 8
2.2. The source of inspiration: evolutionism and Darwin's theory 10
2.3. Darwin in a computer 12
2.4. The genetic engine 14
2.4.1. Evolutionary loop 14
2.4.2. Genetic operators 17
2.4.3. GAs and binary representation 17
2.4.4. ESs and continuous representation 18
2.4.5. GP and tree-based representation 20
2.4.6. GE and grammar-based representation 23
2.4.7. Selective pressure 23
2.5. Theoretical issues 24
2.6. Beyond optimization 26
2.6.1. Multimodal landscapes 26
2.6.2. Co-evolution 27
2.6.3. Multiobjective optimization 29
2.6.4. Interactive optimization 31
Chapter 3. Model Analysis and Visualization 33
3.1. Introduction 33
3.1.1. Experimental data 37
3.1.2. Modeling milk gel competition at the interface 39
3.1.3. Learning the parameters of the model using an evolutionary approach 41
3.1.4. Visualization using the GraphDice environment 43
3.2. Results and discussion 45
3.2.1. Sensitivity analysis 45
3.2.2. Visual exploration of the model 46
3.2.3. Theoretical discussion 48
3.3. Conclusions 53
3.4. Acknowledgments 55
Chapter 4. Interactive Model Learning 57
4.1. Introduction 58
4.2. Background 59
4.2.1. Bayesian networks 59
4.2.2. The structure learning problem 60
4.2.3. Visualizing BNs 63
4.3. Proposed approach 63
4.4. Experimental setup 66
4.5. Analysis and perspectives 67
4.6. Conclusion . 70
Chapter 5. Modeling Human Expertise Using Genetic Programming 71
5.1. Cooperative co-evolution 72
5.2. Modeling agrifood industrial processes 73
5.2.1. The Camembert cheese-ripening process 74
5.2.2. Modeling expertise on cheese ripening 77
5.3. Phase estimation using GP 77
5.3.1. Phase estimation using a classical GP 77
5.3.2. Phase estimation using a Parisian GP 81
5.3.3. Variable population size strategies in a Parisian GP 86
5.3.4. Analysis 98
5.4. Bayesian network structure learning using CCEAs 99
5.4.1. Recalling some probability notions 99
5.4.2. Bayesian networks 100
5.4.3. Evolution of an IM 105
5.4.4. Sharing 109
5.4.5. Immortal archive and embossing points 110
5.4.6. Description of the main parameters 111
5.4.7. BN structure estimation 112
5.4.8. Experiments and results 114
5.4.9. Analysis 122
5.5. Conclusion 123
Conclusion 125
Bibliography 127
Index 149
ISBN: 9781119136835
ISBN-10: 1119136830
Published: 22nd November 2016
Format: ePUB
Language: English
Audience: Professional and Scholarly
Publisher: Wiley Global Research (STMS)
Country of Publication: US
Edition Number: 1
























