This paper studies adaptive event-triggered PID controllers for 2nd-order linear discrete-time plants for set-point tracking. A new adaptive law is designed by introducing a decay parameter to improve the robustness o...
详细信息
This paper studies adaptive event-triggered PID controllers for 2nd-order linear discrete-time plants for set-point tracking. A new adaptive law is designed by introducing a decay parameter to improve the robustness of the closed-loop *** utilizing the extra robustness, an absolute type of event-triggering conditions is proposed, where the threshold parameter is co-designed with the adaptive laws. Then, the closed-loop system is formulated into a nonlinear interconnected system among the tracking errors, the differences of outputs, and the parameter estimation errors. A rigorous proof of stability is provided to ensure that the tracking error converges to a vicinity of zero when the initial state belongs to some compact sets. Finally,numerical simulations are given to illustrate the efficiency and feasibility of the proposed results.
Most of the oil palm smallholders operate independently. As a result of this lack of support and assistance, oil palm owned by independent smallholders has the lowest productivity compared to large private (corporatio...
Most of the oil palm smallholders operate independently. As a result of this lack of support and assistance, oil palm owned by independent smallholders has the lowest productivity compared to large private (corporation) plantations and large state plantations. In addition, smallholder-owned plantations often operate without paying attention to sustainability aspects. There is a need for an effective, efficient, and user-friendly mentoring tool for oil palm farmers that are accessed independently. The Android-based platform was developed by applying an expert system to support increased production of oil palm cultivation for smallholders. Several stages of the expert system implementation, including the identification of planters and land profiles, were carried out using the direct interview method. The expert system includes land preparation management, planting material selection, seeding, weeds control, pests and diseases, fertilization, harvesting and transport, plantation administration, chat platforms, and data scrapping from data providers. The type of expert system is a data-driven Decision Support System (DSS).
The forecast and analysis of the trend of the RMB exchange rate have been deeply explored by many researchers in the financial field, but the combination of public opinion sentiment data and historical market data to ...
详细信息
Apache Spark is an in-memory distributed computing framework,which is more suitable for iterative jobs than ***,the shuffle process needs to synchronize tasks between nodes,which may lead to waste the computing resour...
详细信息
Apache Spark is an in-memory distributed computing framework,which is more suitable for iterative jobs than ***,the shuffle process needs to synchronize tasks between nodes,which may lead to waste the computing resources of the cluster and ultimately reduce the computing performance of the *** is an important reason to limit the performance of *** this paper,we proposes a Partial Task Shuffle First(PTSF) Strategy to dynamically generate Shuffle Write tasks and perform Shuffle operations on partial completed *** strategy increases the parallel degrees of data calculation and transmission,lowering the peak of the Shuffle stage,allowing the cluster to be more balanced in the course of the ***,experiments show that the proposed strategy can improve Shuffle execution efficiency.
The binary neural network, largely saving the storage and computation, serves as a promising technique for deploying deep models on resource-limited devices. However, the binarization inevitably causes severe informat...
详细信息
The arrival of the era of big data has brought great challenges to the storage and management of massive data. Distributed storage is an extremely important solution to storage capacity pressure and cost in the era of...
详细信息
The arrival of the era of big data has brought great challenges to the storage and management of massive data. Distributed storage is an extremely important solution to storage capacity pressure and cost in the era of big data. As an emerging open source distributed system, Ceph can provide three storage functions: object storage, block storage and file storage. The pseudo-random data mapping function CRUSH is used to complete the mapping of data to storage nodes, eliminating the traditional centralized metadata nodes, while system scalability has no theoretical upper limit. However, Ceph adopts a strong consistency strategy and only reads the primary node when reading objects, which results in low read-write efficiency. At the same time, Ceph does not perceive heterogeneous storage and does not make full use of SSD storage characteristics. Therefore, a combined storage strategy based on weak consistency model and multi-node read optimization is proposed to optimize Ceph storage. The system can effectively reduce the read-write delay of Ceph and improve its storage efficiency. Experiments show that compared with the original mechanism of Ceph, the proposed optimization mechanism can improve the writing efficiency by more than ten times and the reading efficiency by more than six times.
The production gap between oil palm smallholder-owned plantations and corporations shows a real problem in the national palm oil industry. To reduce the gap, user-friendly assistance for smallholder-owned plantations ...
The production gap between oil palm smallholder-owned plantations and corporations shows a real problem in the national palm oil industry. To reduce the gap, user-friendly assistance for smallholder-owned plantations is needed for the cultivation of sustainable palm oil production. Android-based software can be a platform for bridging the transfer of knowledge and technology, transfer of problems, and transfer of solutions between planters and experts. The platform development was formulated in five stages which began with Learning Management System (LMS) application development, identification of Good Agricultural Practices (GAP) and Best Management Practices (BMP) materials, development of digital contents, uploading the digital content to the LMS server, and dissemination. The curriculum in the application platform was prepared based on the needs of the growers according to the identification results of the farmers' profiles. The curriculum consists of GAP and BMP material blocks. Each block was divided into discussion topics. The digital contents related to GAP and BMP were set in the LMS, which was built using Moodle platform.
Although, semi-supervised learning with a small amount of labeled data can be utilized to improve the effectiveness of learning to rank in information retrieval, the pseudo labels created by semi-supervised learning m...
详细信息
Spark abstracts intermediate results into RDD in memory and manages them with LRU strategy to improve ***,RDD will be reloaded in many cases because RDD for different computing tasks have different lifecycle,which inc...
详细信息
Spark abstracts intermediate results into RDD in memory and manages them with LRU strategy to improve ***,RDD will be reloaded in many cases because RDD for different computing tasks have different lifecycle,which incurs additional system *** this paper we proposed a lowest cost replacement strategy as Spark's cache replacement strategy to eliminate this *** strategy preemptively evicts RDD with small weight values from memory based on the weight *** then,in this process,we select the solution with the lowest cost to replace the RDD in memory to improve the efficiency of ***,experiment results show that strategy we proposed can speed up the efficiency of the whole cluster.
RADOS block device(RBD) is the storage service component in Ceph,which provides an important block storage service for OpenStack and other cloud computing *** response to the challenges faced by enterprises in terms...
详细信息
RADOS block device(RBD) is the storage service component in Ceph,which provides an important block storage service for OpenStack and other cloud computing *** response to the challenges faced by enterprises in terms of higher resource utilization and read/write rates on block storage services,Ceph provides Cache Tiering to improve cluster performance in heterogeneous storage ***,the least recently used(LRU) algorithm in Cache Tiering would evict more valuable data due to cache pollution which causes higher latency for some requests;Meanwhile,when the data is allocated on the storage node,the Controlled Replication Under Scalable Hashing(CRUSH) algorithm only considers the storage node capacity,which makes Ceph unable to dynamically balance the node’s I/O *** solve these problems,a storage selection strategy based on the prediction model is proposed to increase the hit ratio of object access in the cache pool and improve the overall I/O performance of the cluster;Besides,the cache pool I/O load balancing strategy is also *** with the native mechanism,the proposed block storage optimization mechanism can achieve higher I/O throughput and more balanced I/O load.
暂无评论