Abstract

In order to improve the collaborative development effect of new rural production and living civilization construction, this article studies the collaborative development of rural production and living civilization construction combined with intelligent data processing algorithms and builds a model from the perspective of green transformation and development. In order to find as many and evenly distributed points as possible on the Pareto interface, a coevolution operator is designed in this article. The Pareto solutions of the two populations exchange information through the action of the co-occurrence operator and the absorption operator, so that the algorithm can find more and better noninferior solutions. The research shows that the collaborative development model of new rural production and living civilization construction has a certain effect, and it has a certain role in promoting the collaborative development of new rural production and living civilization construction.

1. Introduction

System civilization mainly includes economic system civilization and political system civilization. The so-called economic system refers to the economic basis at a certain stage of human history, that is, the sum of production relations [1]. Moreover, it is the foundation of political systems and social ideology. The economic system is the organization and operation mechanism of economic activities carried out by human beings to earn a living, and it is the concrete embodiment of the basic social economic system. Agriculture is the foundation of the development of the national economy, and the establishment of a distinctive socialist market economy system also includes the construction of the rural market economy system [2]. Since 80% of the population is in the countryside, this means that the productive force of the society is the rural productive force. Whether the economy can develop or not depends first on whether the rural areas can develop, and the key to rural development is the awakening of the self-awareness of rural productive forces. That is to say, the value embodiment of “institutional civilization” construction must first promote the healthy development of rural productive forces [3].

In the research on the value of ecological culture, Chen Shoupeng and Yang Lixin pointed out that the continuous development of society is due to the strong culture as the support and guarantee. As an advanced cultural form, ecological culture provides a strong driving force for the sustainable development of society. It is embodied in the fact that ecological culture provides the society with correct ecological values, ecological world outlook, ecological ethics, ecological science and technology, and ecological aesthetics, which is conducive to improving the civilization of the whole society [4]. Ecological culture is the key to solving the ecological crisis. It can not only provide ideological resources and theoretical references for improving human ecological awareness, but also promote the all-round development of human beings and the transition from modern production and lifestyle to ecological production and lifestyle [5]. While analyzing the value of ecological culture from the perspective of socialist culture construction, Lai Zhangsheng and Hu Xiaoyu believe that ecological culture should be an important part of characteristic socialist culture, which can enrich the new connotation of characteristic socialist harmonious culture and promote the innovation of characteristic socialist culture [6]. Ecological culture can lay a spiritual foundation for the construction of a socialist harmonious society, provide theoretical guidance for the concept of green development, and lay the groundwork for the construction of a socialist ecological civilization [7].

Rural ecological culture and ecological culture also have a narrow and broad difference. The broad rural ecological culture includes both the rural material production level and the ecological cultural content at the spiritual and institutional level; the narrow rural ecological culture specifically refers to the guidance of ecological values. The formed comprehensive cultural system, which covers rural “good” culture, awe culture, collectivism culture, and other cultural systems, not only pursues a friendly and harmonious system between man and nature, but also pursues the relationship between man and society [8]. From the perspective of the overall rural development, it is believed that rural ecological culture is a cultural form that coordinates various rural development and harmonious coexistence with nature, and the construction of rural ecological culture is one of the important means to ensure the harmonious, healthy, and sustainable development of rural areas in the ideological field [9]. For the problems existing in the development of rural ecological culture, due to the influence of traditional feudal concepts in rural areas, farmers’ ecological awareness is weak, and their ecological cultural concepts are relatively backward. Moreover, the construction of rural ecological culture has just started; various systems and mechanisms are not perfect; and farmers pay too much attention to short-term interests, ignoring the long-term comprehensive social, economic, and ecological benefits of rural construction [10]. The problem of rural ecological culture construction is that the spiritual culture of farmers is insufficient; the brain drain is serious; and the support policies for ecological culture in rural areas are not perfect, lack guarantees, and have weak infrastructure [11]. From the perspective of spiritual, institutional, and material construction, the dilemma of rural ecological culture construction is manifested in the emptiness of farmers’ ecological spiritual culture, the lack of ecological institutional culture, and the lack of ecological material culture [12].

The main way to build rural ecological culture is to change the current rural economic development mode, build an ecological agriculture industry system, continuously improve rural ecological facilities, and spread advanced culture and promote excellent traditional culture [13]. More detailed suggestions are made on the development of rural ecological culture. It is believed that the construction of rural ecological culture should shape and cultivate the traditional rural production and life style ecologically from the material form, and regulate and constrain the rural governments, social organizations, and enterprises at all levels from the institutional form. The majority of farmers spiritually establish the concept of ecological civilization of farmers [14]. The development of ecological culture requires an economic foundation. The construction of beautiful villages cannot be separated from the emerging economic foundation of rural areas. Second, the government should play a leading role and strengthen the protection of ecosystems [15]. In addition to promoting the transformation of rural economic development and enhancing the quality of farmers, Yang Rongrong believes that it is also necessary to build a good social environment and cultivate a strong social atmosphere. Some scholars have proposed to inherit and protect rural ecological culture and build ecological cultural reserves [16]. Scholars have made suggestions for the government, farmers, carrier construction, etc. The ultimate goal is to better develop rural ecological culture, completely change the unreasonable production and lifestyle in rural areas, and build a pattern of harmonious coexistence between rural people and nature [17].

Eco-Marxism mainly considers the causes of ecological crisis, the solution path, and the idea of ecological socialism. Ecological Marxism believes that the emergence of ecological crisis is due to the concept of human control of nature [18]. Ecological Marxism believes that the origin of ecological crisis lies in the capitalist system. Capitalism is a self-expanding system of economic development. Its purpose is the infinite growth of capital, while nature cannot expand infinitely. The contradiction between nature and capitalism is uncoordinated. Moreover, the ecological environment appears to be the alienation of the relationship between man and nature, but in fact it is the alienation of the practice subject under the capitalist system [19]. The best choice to protect the natural environment is to choose advanced socialism because socialism can overcome the contradiction between the expansion of capital profits and ecology, and realize the renewal of the entire mode of production. The thought of ecological Marxism seeks the insights of Marxism from the perspective of ecology, which has a positive enlightenment significance for the current handling of economic development and environmental protection [20].

This article studies the coordinated development of rural production and living civilization construction in combination with intelligent data processing algorithms, and constructs a model from the perspective of green transformation and development to provide a reference for the subsequent coordinated development of rural production and living civilization construction.

2. Intelligent Agriculture Development Data Analysis Algorithm

2.1. Basic Theory of Evolutionary Algorithms and Basic Concepts of Multiobjective Optimization

The principle of genetic algorithm is essentially based on Darwin’s theory of natural selection. Usually, it is necessary to use a small selection pressure (to explore a certain breadth of the search space) in the early stage of genetic search, and use a large selection pressure (to limit the search space) in the late stage. The direction of the genetic search is directed to some of the more useful regions of the search space. The selection methods usually used are as follows: roulette wheel selection, selection, tournament selection, elitist selection, and other forms.

Wheel selection method determines the selection probability of the individual according to the ratio of each chromosome fitness value. The probability of each individual entering the next generation is equal to the ratio of its fitness value to the sum of the fitness values of the individuals in the entire population. The higher the fitness value, the greater the probability of the individual being selected, and the greater the probability of the individual entering the next generation. The specific principle is as follows:The algorithm calculates the probability of the initial selection of each individual in the population, and the sum of the fitness of individuals in the population is , where is the fitness value of the individual .The algorithm calculates the cumulative probability of each individual in the population.The algorithm generates a random number according to a uniform distribution.If , the algorithm chooses ; otherwise, if , the algorithm chooses . If , the algorithm sets and turns to ③; otherwise, the algorithm stops.

As shown in Figure 1, has the highest probability of being selected into the next generation, and has the lowest probability of being selected into the next generation.

The algorithm assumes that two individuals and are arithmetically crossed, and the two new individuals generated after the crossover are as follows:

Among them, is a random number. In the main operation process of arithmetic crossover, ① the algorithm randomly generates the coefficient a when two individuals are linearly combined; ② the algorithm generates two new individuals according to formula (1).

2.1.1. Mutation Operator

The genetic algorithm solves problems with the help of the principles and ideas of biological evolution. The following is the basic flow chart of genetic algorithm (Figure 2):

The following multiobjective problem is considered.

Among them, is an n-dimensional vector, is the feasible solution space, and is m-objective functions. Generally, for a single-objective optimization problem, the global optimal solution is the solution that makes the objective function optimal. However, for a multiobjective optimization problem such as formula (2), usually, the functions to be optimized of are in conflict with each other, and they cannot achieve the desired optimal value at the same time. Scholars thought of using Pareto optimal solution to describe the solution of this optimization problem, in which multiple objective functions have conflicting functions. Pareto optimal solution is a commonly used definition of multiobjective optimization. The following basic definitions are now given:

Definition 1. A vector is said to be noninferior to another vector , if and only if has and to makes .

Definition 2. In the Pareto optimal solution, for any two points , if the following conditions hold:If vector is better than vector , then is said to be better than . It can be seen from the first condition of formula (3) that for targets, is no worse than . It can be seen from the second condition that is better than in at least one objective. Therefore, should indeed be better than when formula (3) is satisfied.

Definition 3. If there is no better solution than in , then is said to be a Pareto optimal solution (or an efficient solution, or a noninferior solution) of formula. (2).

Definition 4. In the Pareto optimal solution set, for formula (2), the set is called the Pareto optimal solution (or effective solution set or noninferior solution set) of formula (2).

Definition 5. In the Pareto frontier, for formula (2), the setis called the Pareto frontier (or effective frontier) of formula (2).
Figure 3 shows the Pareto optimal solution set and the corresponding Pareto front for a problem with two-objective functions as independent variables.
is the decision variable space, whereis the objective function space.
The optimal solution of a multiobjective optimization problem is always on the boundary line (or surface) of the search area. As shown in Figure 4, the thick line segment represents the optimal interface (Pareto frontier) of the two-objective optimization. The optimal interface of three-objective optimization is a surface, and the optimal interface of three or more objectives constitutes a hypersurface. The solid points A, B, C, D, and E in Figure 4 are all on the optimal boundary, and they are all Pareto solutions, and they are nondominated with each other. However, the hollow points F, , H, I, and J are not on the optimal boundary within the search area, so they are not optimal solutions, but dominated. Moreover, it is directly or indirectly governed by the optimal solution above the optimal boundary.
The commonly used methods for solving multiobjective optimization problems are as follows: weighted sum method, constraint method, objective programming method, max-min method, and so on.
(1) Weighted Sum Method. The weighted sum method can be expressed as follows: for each subobjective function , a different weight is assigned as the coefficient of each objective function, and . The linear weighted sum of each subobjective function is expressed as follows:Thousands of different Pareto optimal solutions are obtained by choosing thousands of different weight combinations. This method is extremely simple, but it is also a more classical method for solving multiobjective optimization problems. Its advantage is that it is well understood and easy to calculate; its disadvantage is that the selection of weights is related to the relative importance of each target. In addition, the weighted sum method is sensitive to the shape of the Pareto interface, and the optimal solution for the convex part of the Pareto interface cannot be obtained.
(2) -Constrained Method. The main idea of this method is to use the important objective function of multiobjective optimization as the optimization objective, while other objective functions are used as constraint functions to solve. The optimization problem transformed by this constraint method is expressed as follows:The advantage of this method is that it is easy to operate, where different values of are selected during the optimization process, and multiple Pareto optimal solutions can be found, which is very practical in practical problems. However, the disadvantage is that certain prior knowledge is usually required to select a suitable , and this prior knowledge is usually unknown.
There are many types of multiobjective evolutionary algorithms (MOE), and the methods they use are also very different, which is difficult to describe by a general framework. For the convenience of understanding, we design a flowchart of a multiobjective evolutionary algorithm based on Pareto optimality (Figure 5).
It assumes that there are factors, each with levels. When and are given, the purpose of uniform design is to find combinations from all combinations so that the combinations are uniformly distributed in all possible combination spaces.It means that the selected combinations are uniformly distributed, where represents the level of the j-th factor in the i-th combination. When is prime and , it has been shown that can be calculated as follows:The values of σ are listed in Table 1.

2.2. A Multiobjective Coevolutionary Algorithm Based on Uniform Design

In multiobjective optimization, each objective function value has different orders of magnitude. If only the simple weighted summation of the objective function is used as the fitness function, then the value of the fitness function will be dominated by the one with the larger order of magnitude of the objective function value. For example, for two-objective optimization, represents cost, and its value range is , represents reliability, and its value range is . Then, the value of will be dominated by . To avoid similar situations, we normalize the objective function as follows:

Among them, is the point set of the current population, and is the normalized objective function.

For a given , the constructed fitness functions are as follows:

Among them, is the weight vector, and .

In order to make the search approach to the Pareto front evenly, a uniform design method is used to construct the weight vector. In the target space, considering each target as a factor, there are M factors to construct N fitness functions, then N weight vectors are needed, and each factor takes N levels. Then, using the uniform array , is calculated as follows:

Example 1. The means that there are 3 objective functions, and 5 uniformly distributed weight vectors are to be generated, that is, a uniform array with 3 factors and 5 levels is constructed. It can be seen from Table 1 that , and the uniform array is generated by formula (6)
Then, according to formula (3), 5 weight vectors are generated, and then formula (3) is used to construct the corresponding fitness function:
Among them, is the feasible region, if , is called a feasible solution of the problem. is divided into different subspaces , and the parameter H can take the value , or and so on.
The solution interval is divided into two subspaces in the following manner. First, the component with the largest value range is selected, then the solution space is equally divided into two subspaces along the direction of this component, and then the two subspaces are divided into four subspaces according to this method. For any subspace, such as , the coordinate axis with the largest value range is selected, and the two subspaces are divided into four subspaces along this coordinate direction. The above process is repeated until the solution space is divided into H subspaces. The following is the specific algorithm.

(1)The algorithm is set to , and the following process is repeated times: the h-th dimension is selected in the solution algorithm space to satisfy , and is set.
(2)The algorithm calculates , and calculates the feasible region of the new subspace according to the following formula:
Among them, .
After the algorithm divides the solution space into subspaces, the sample points are selected for each subspace according to the following methods. The algorithm considers an arbitrary subspace, such as the -th subspace, and denotes it as follows:In this subspace, the algorithm discretizes the value range of into levels , where Q is a parameter and is a prime number, and is calculated according to the following formula:According to Algorithm 1, it can be known that the difference between any two adjacent levels is the same. It is recorded as , after discretizing the value area of into levels, there will be points in each subspace. Then, a uniform array is used to select Q sample points in each subspace, denoted as follows:The algorithm performs the above operations on all subspaces, with a total of sample points.
Among the sample points, points are selected as the initial population. To search in D directions, D fitness functions are constructed, where D is a parameter and a prime number. Through each fitness function, all points are evaluated to select the best , and finally a total of points are selected to form an initial group. The specific algorithm is as follows.
(1)Algorithm 1 is executed to divide the feasible solution region into H subspaces, denoted as:
(2)The algorithm discretizes each subspace according to the formula (11), and then selects Q sample points in each subspace according to the uniform array according to the formula (3) and generates a total of sample points.
(3)The algorithm evaluates the sample points generated in step (2) according to each fitness function to select the best , and finally selects a total of points to form the initial group.

Example 2. The algorithm considers a two-dimensional solution space: the algorithm sets and its feasible solution area is . The parameters are set as follows: . Algorithm 1 is executed to divide the solution space into the following four subspaces, and Algorithm 2 is executed to generate the initial population:(1)According to Algorithm 1, there are .(2)Among them, , and the following four subspaces are obtained after division:Next, Algorithm 2 is performed to generate the initial population.(3)The result obtained by discretizing the first subspace according to formula (11) is as follows:Then, according to the uniform array and formula (3), five sample points are selected as follows:The algorithm performs similar operations on the other three subspaces, and a total of 20 sample points are obtained.(4)The algorithm evaluates the 20 sample points according to the five fitness functions, each fitness function selects best points, and a total of 10 sample points are selected from the five fitness functions to form the initial group.

2.3. Genetic Operator

Symbiotic operators and are two parent groups, and the corresponding nondominated solution sets are denoted as and , respectively. For any in the population , an individual is randomly selected in . Afterwards, a new individual is generated according to the following formula, denoted as , and the next generation group product is generated. Among them, represents a uniform number randomly distributed in .

In the same way, for any individual in the group , the algorithm randomly selects an individual in and generates a new individual according to the following formula, and then, the next generation of group is generated. and are two groups that have evolved separately, that is, search in different spatial regions in the variable space. By the function of formulas (13) and (14), the two groups exchange information with each other.

Attraction operators and are two parent groups, and the corresponding nondominated solution sets are denoted as and , respectively. Ifis established, then the group absorbs the group to generate a new group . Among them, , and is generated by:

From the above expression, we can know that is better than , that is, the solution in group is better than the solution in group . In this case, it is much less likely that the quality of the solution obtained by evolving population is better than the quality of the solution obtained by de-evolving population . Therefore, in this competition, group will inevitably disappear. In addition, there may be some relatively useful information in the group , which can be utilized by (16) to generate better or useful individuals.

Discrete operator: the population is randomly discretized into two subpopulations, denoted as and , respectively. A population is randomly selected, and the algorithm takes and performs the following mutation operations on each individual in :

Among them, represents the uniform number randomly distributed in the interval, and represents the evolutionary algebra. and are the upper and lower bounds of the k-th coordinate of the point in the search space, respectively. The purpose of doing this is that there may be some more useful information in the group . After the group is acted on by a discrete operator, a new individual is obtained and the diversity of the group is increased. It is also possible to obtain some solutions that are better than the current population, or to find solutions for nonconvex parts of the Pareto interface.

3. Research on the Coordinated Development of New Rural Production and Living Civilization Construction from the Perspective of Green Transformation and Development

The energy system diagram reflects the basic structure inside each system and the relationship between energy and matter inside and outside the system. The level of the energy conversion rate of each legend and its respective components determine the arrangement order of the legends inside and outside the boundary of the system diagram, and the energy conversion rate decreases from right to left, as shown in Figure 6.

4. Simulation Test Research

This article proposes a method for calculating the degree of distribution, which is used to measure whether the Pareto optimal solution set obtained by the algorithm is uniformly distributed in the target space. The function is defined as follows:

Among them,where is the number of objective functions, and is the set of nondominated solutions obtained by the algorithm. represents the number of elements in the nondominated solution set “.” The value of is the metric. When the solutions in the set tend to be uniformly distributed, the smaller the value of the corresponding distance evaluation function S is, the more uniformly the noninferior solution set obtained by the algorithm is distributed in the target space.

The measure of broadness (maximum spread) mainly compares the performance of the algorithm by calculating the perimeter of the polyhedron formed by all extreme values in the solution set P, which is defined as follows:

Among them, is the number of nondominated solutions, and is the dimension of the target space. The larger the value of , the wider the range of the solution set , and the value of is called the measure.

To verify the effectiveness of the proposed new algorithm, the following test functions are selected.

Figures 7 to 10 visually compare the nondominated solution sets obtained by the algorithm UCEMOA in this article and the classical algorithm NSGA-II in a certain run.

It can be seen from Figures 6-8 that the algorithm UCEMOA obtains more noninferior solutions than NSGA-II. The following intervals are for the horizontal axis unless otherwise specified. It can be seen from 5 that between the interval [0, 0.1] and [0.6, 0.9], the algorithm UCEMOA in this article obtains more and uniformly distributed noninferior solutions than NSGA-II. It can be seen from Figure 6 that for the nonconvex Pareto optimal solution interface, the algorithm UCEMOA searches for more uniformly distributed and broad noninferior solutions than NSGA-II. It can be seen from Figure 7 that in the interval [0, 4], the algorithm UCEMOA in this article obtains more uniformly distributed and broad noninferior solutions than NSGA-II. In the interval [30, 50], our algorithm UCEMOA searches more noninferior solutions than NSGA-II. It can be seen from Figure 8 that in the interval [0, 0.5], the algorithm UCEMOA in this article obtains more noninferior solutions than NSGA-II. On the vertical axis, in the interval [0, 0.4], the algorithm UCEMOA in this article searches for more and uniformly distributed noninferior solutions than NSGA-II. Therefore, the algorithm UCEMOA can effectively search for the Pareto optimal solution, not only for the convex Pareto optimal solution interface problem, but also for the nonconvex Pareto optimal solution interface problem.

Based on the above analysis, the effect of the collaborative development model of new rural production and life civilization construction proposed in this article is evaluated, and the experimental results shown in Figure 11 are obtained.

It can be seen from the above research that the collaborative development model of new rural production and living civilization construction has a certain effect, and has a certain role in promoting the collaborative development of new rural production and living civilization construction.

5. Conclusion

Scientific research is always carried out under certain preconditions. The study of rural revitalization and the construction of rural civilization also has its own profound motivation. From the perspective of rural revitalization, the construction of rural-style civilization contains major theoretical problems faced by contemporary society, and the construction of rural-style civilization from the perspective of rural revitalization is a major academic issue worthy of in-depth study. Moreover, the construction of rural civilization from the perspective of rural revitalization is a major practical problem faced by contemporary society. In addition, the problem of rural development is a worldwide problem with universal significance. Therefore, being familiar with the research on the development of the country’s rural society in foreign academic circles undoubtedly has important comparison and reference value for the writing of this article. This article studies the coordinated development of rural production and living civilization construction combined with intelligent data processing algorithms, and builds a model from the perspective of green transformation and development. The research shows that the collaborative development model of new rural production and living civilization construction has a certain effect, and has a certain role in promoting the collaborative development of new rural production and living civilization construction.

Data Availability

The labeled datasets used to support the findings of this study are available from the author upon request.

Conflicts of Interest

The author declares no conflicts of interest.

Acknowledgments

This work was supported by Xinyang Vocational and Technical College.