Optimal Orbit Selection and Design for Airborne Relay Communications Yalin Sagduyu∗, Yi Shi∗ , Satya Ponnaluri∗, Sohraab Soltani∗ , Jason Li∗ , Rob Riley† , Clif Banner‡, Greg Heinen‡ ∗

Intelligent Automation, Inc., Rockville, MD, USA U.S. Air Force Research Laboratory, RITF, Rome, NY 13441, USA ‡ AFLCMC/HNAA, Hanscom AFB, MA 01731, USA Email:{ysagduyu, yshi, sponnaluri, ssoltani, jli}@i-a-i.com,{robert.riley.12, clifden.banner.ctr, gregory.heinen.ctr}@us.af.mil †

Abstract—This paper presents a force-level planning approach to optimally select and design the orbit of an airborne relay. The objective is to maximize the aggregate performance of communication subscribers served by the airborne relay. The performance is measured as either the duty cycle in terms of signal-to-noiseratio or the throughput achieved by communication subscribers. Both measures are computed with realistic channel, terrain, antenna and aircraft characteristics for ground-to-air and airto-ground communications. Different methods to generate an airborne relay orbit are discussed with their parameters to optimize. Results are specialized to optimization of elliptical orbit parameters. First, an elliptical orbit is optimally selected with the best center and radius (in X and Y-directions) as orbit parameters subject to the specified altitude and speed of the aircraft. Both exhaustive search and gradient search with reduced complexity are considered to find the best set of orbit parameters. This elliptical orbit is then converted to an operational orbit by optimally selecting orbit waypoints and locating smooth turning points while minimizing the fuel consumption of the airborne relay. A software with interactive GUI is designed and implemented for force-level planning that allows the planner to select different properties of airborne relay and communication subscribers, and returns the optimal orbit for the airborne relay. Index Terms—Force-level planning; mission planning; airborne relay; orbit; throughput; duty cycle; optimization.

I. I NTRODUCTION Airborne relays (or gateways) are used to provide connectivity, coverage and range extension support to communication subscribers (ground, air, or maritime fixed or mobile users) [1]–[8]. One example of the airborne relay that aims to serve communication subscribers is the Battlefield Airborne Communication Node (BACN) [9]. From the network perspective, the mission success depends on the careful selection of the airborne orbit (trajectory) to provide subscribers with the necessary network communications support. Network-centric mission planning with airborne relays has two main components: 1) subscriber planning (at the individual node level) and 2) force-level planning (at the network level). 1) Subscriber planning: For a given orbit, the subscriber planning optimizes the performance of each subscriber communicating to/through the dedicated airborne communication platform, such as BACN, and schedules when DISTRIBUTION A. Approved for public release; distribution unlimited. (AFRL/RITF; 88ABW-2016-1569).

and at what rate to transmit as the airborne relay moves. This problem has been studied in [1] to maximize the network throughput performance by taking into account various channel, traffic and energy properties. 2) Force-level planning: Given the subscriber planning results computed for all communications subscribers, the force-level planning analyzes the total performance (e.g., connectivity, coverage, or throughput) achieved by communication subscribers for each orbit. This performance is optimized by selecting the best orbit parameters of the airborne relay subject to different orbit constraints and communication requirements. Subscriber planning has been addressed in [1]. The focus of this paper is the force-level planning. A typical measure for the optimal orbit selection is the coverage (or duty-cycle) such as the percentage of time a communication subscriber is connected with (i.e., it is within the transmission range of) the airborne relay [2], [7]. This measure does not fully consider the underlying communication characteristics. Therefore, we consider maximizing either the duty cycle that reflects the percentage of time the signal-to-noise-ratio (SNR) exceeds a given threshold, or more realistically the actual network throughput, namely the number of packets delivered between communication subscribers and the airborne relay per unit time. Duty cycle accounts for a) predicted channels (calculated based on terrain profile, distance to airborne relay, and antenna characteristics [10]) and b) estimated channels (from pilot signals received from the airborne relay). In addition to those factors, the throughput also accounts for: c) packet traffic, d) (battery) energy properties, and e) interference effects, among other radio-related factors. The choice for orbit parameters depends on the method used for orbit generation. Examples of orbit parameters include the radius and the center (in X and Y-directions) of elliptical orbits or the waypoints for general orbits. In this paper, we start with discussion on different orbit generation methods and orbit parameters. The force-level planning approach searches for the best set of orbit parameters. Without loss of generality, we focus on the parameter selection for elliptical orbits. First, we optimally select the center and the radius (in semi major and semi minor axis or X and Y-direction) of an elliptical

waypoints

generated route

Fig. 2. CBAR route generation.

II. O RBIT G ENERATION Fig. 1. The sample orbits A and B by elliptical orbit generation.

We discuss different ways to generate the orbit for an airborne relay and identify the parameters to be selected. orbit. We select these orbit parameters to optimize the duty cycle or the network throughput subject to the specified aircraft properties (altitude and speed). We consider both exhaustive search and gradient search with reduced complexity to solve the optimization problem. Second, we modify this elliptical orbit to an operational orbit by optimally selecting waypoints on this orbit and locating smooth turning points. Third, we optimally select the number of waypoints to minimize the fuel consumption of the airborne relay by limiting the number of turning points. We use real rates of aircraft fuel consumption from [12]. We wrap the orbit generation approach in a forcelevel planning software that allows the planner to select specifications of airborne relay and communication subscribers, and returns the optimal selection of an airborne relay orbit. We present the design and implementation of the force-level planning software and discuss results. Our contributions are summarized below: 1) Systematic use of high-fidelity duty cycle and throughput measures (based on realistic channel modeling) for orbit selection of an airborne relay. 2) Optimization framework to select the optimal orbit parameters. 3) Optimization of fuel consumption and turning point selection to establish operational orbits. 4) Software development and performance evaluation. The rest of the paper is organized as follows. Section II introduces the problem of orbit generation for airborne relays and discusses the sets of orbit parameters to be selected in different orbit generation methods. Section III presents the optimal selection of elliptical orbit parameters through exhaustive and gradient-search approaches. Section IV presents the conversion of an elliptical orbit to an operational orbit while minimizing the fuel consumption of the airborne relay aircraft. Section V discusses the force-level planning software capabilities. Section VI concludes the paper.

A. Elliptical Orbit Generation The x and y coordinates of the elliptical orbit are   2πt x(t) = cx + rx cos , T   2πt , y(t) = cy + ry sin T

(1) (2)

where (cx , cy ) is the center of orbit, rx and ry are radius along x and y directions, respectively, and T is the orbit time. Parameters cx , cy , rx , ry , T , speed, s, and altitude, h, can be varied to generate different orbits. One sample orbit A (the larger one in red) and one sample orbit B (the smaller one in black) are shown in Fig. 1, where rx = 45 miles, ry = 35 miles, T = 1908 seconds, s = 488 MPH and h = 44, 000 feet for orbit A, and rx = 22.5 miles, ry = 17.5 miles, T = 776 seconds, s = 300 MPH and h = 44, 000 feet for orbit B. In this paper, we vary parameters cx , cy , rx and ry , and keep others fixed to generate different orbits. B. Waypoint-based Orbit Generation Another way to generate an airborne relay orbit is to specify its waypoints. CBAR (Channel Modeling Tool Based on Bidirectional Analytic Ray Tracing and Radiative Transfer) tool [10] can be used to generate an airborne relay orbit. We first add waypoints using CBAR user interface. Based on waypoints, speed and altitude information, CBAR generates the route using AGI’s route design library from Systems Tool Kit [11] integrated within CBAR (illustrated in Fig. 2). CBAR uses real terrain data and real aircraft models in channel computation and route generation. An example of waypoints generated by CBAR is shown in Fig. 3. Next, we consider the optimal selection of orbit parameters. We start with optimizing the elliptical orbit parameters. Then, we will introduce waypoints to make the orbit operational.

Fig. 3. A sample orbit generated by CBAR.

Fig. 4. Positions of 15 communication subscribers and example of two orbits to compare with each other. TABLE I T HROUGHPUT AND DUTY CYCLE COMPARISON .

Orbit 1 Orbit 2

Throughput 14.97 kbps 16.91 kbps

III. O PTIMAL S ELECTION OF

Duty Cycle 0.91 0.71 AN

E LLIPTICAL O RBIT

Force-level planning compares the network communications performance under different orbits and systematically selects the best orbit parameters. The goal is to find the best center (cx , cy ) and/or the best radii (rx , ry ). A. Network Performance for a Given Orbit We developed the subscriber planning in [1] where the performance of each subscriber is individually optimized for a given airborne relay orbit. This optimization accounts for channel variations (predicted offline and estimated in real time

from relay’s pilot signals), data traffic and energy consumption (subject to energy constraints for battery-operated units). Next, we flip the problem and compare different orbits in terms of the overall performance of communication subscribers. We will present results for two performance metrics: duty cycle (the percentage of time the SNR is greater than a radio-specific threshold) and throughput (the number of packets deceived to destination per unit time) sustained by the subscriber. Other metrics can be handled by similar optimization procedures. Consider 15 subscribers (white “×”) and two orbits of the airborne relay as shown in Fig. 4, where orbit 1 (magenta) is generated by an elliptical orbit formula and orbit 2 (yellow) is generated by CBAR using waypoints. As reported in [1], Table I shows the average values of throughput and duty cycle (percentage of time SNR > 1.8dB) for two orbits shown in Fig. 5. Orbit 2 is the better orbit for throughput and orbit 1 is the better orbit for duty cycle. The next question is how to select the best orbit parameters (either the center or the radius) in a systematic way. B. Exhaustive Search for Orbit Center We consider 15 ground users as shown in Fig. 4. These users are located in the area of [36, 176] × [−90, 0]. We search for center within the same area with resolution (grid size) of 4 miles. That is, cx can be selected from 36, 40, ..., 176 and cy can be selected from −90, −86, ..., 2. The search space has 36 × 24 = 864 points. The overall performance can be expressed as a function P (cx , cy ), which is determined by subscriber planning such as the one described in [1]. The first approach is the exhaustive search, where we check P (cx , cy ) for each of the 864 center points and find the best one. We consider both orbits A and B with the following parameters: rx = 45 miles, ry = 35 miles, T = 1908 seconds, s = 488 MPH and h = 44, 000 feet for orbit A and rx = 22.5 miles, ry = 17.5 miles, T = 776 seconds, s = 300 MPH and h = 44, 000 feet for orbit B. We find that for orbit A, the best

Fig. 5. Exhaustive search results for the orbit center.

Fig. 6. Gradient search process for the center of orbit A.

center is (104, −47) miles (red orbit in Fig. 5) for throughput maximization and (172, −58) miles (yellow orbit in Fig. 5) for duty cycle maximization. For orbit B, the best center is (108, -43) miles (white orbit in Fig. 5) for throughput maximization and (152, −58) miles (black orbit in Fig. 5) for duty cycle maximization. When we compare orbits A and B, we find that orbit B with the best center is better than orbit A with the best center in terms of both throughput and duty cycle. We will further address the search for the best radius in Section III-D and Section III-E.

check the centroid location at (108, −43) miles (white orbit in Fig. 6). In the first iteration, we find a better orbit (yellow orbit in Fig. 6) centered at (104, −43) miles. In the second iteration, we again find a better orbit (red orbit in Fig. 6) centered at (104, −47) miles. In the third iteration, we cannot find a better orbit and terminate the search process. Note that the gradient search may not result in the global optimum in general because the optimization function is not necessarily convex. For orbit B, we find the same best center (108, −43) miles as the exhaustive search in one iteration (5 orbits are evaluated). We can see that the gradient search can significantly decrease complexity (10 or 5 vs. 864) and find the same best center as the exhaustive search.

C. Gradient Search for Orbit Center We adopt a gradient-based search approach, which has lower complexity than exhaustive search. Results are provided for throughput optimization only for brevity and the same approach can be applied to duty cycle optimization. The best center is expected to be close to the centroid of the ground user positions that is used as the starting point. We then check its four neighbor grid points. To compare the gradient search results with the exhaustive search results, we consider the same grid size of 4 miles.1 We check four neighbors at (cx − 4, cy − 4) miles, (cx − 4, cy + 4) miles, (cx + 4, cy − 4) miles, and (cx + 4, cy + 4) miles. We then have two cases. • The performance by one of the four neighbors is better. Suppose (x, y) miles has the best performance P (x, y) among four neighbors. In this case, we move the current point from (cx , cy ) miles to (x, y) miles. Then we further check neighbors of the new point in the next iteration. • The performance by the current point is better. In this case, we claim that the current point (cx , cy ) miles is the best center and terminate the gradient search process. For orbit A, we find the same best center (104, −47) miles as the exhaustive search in three iterations (10 orbits evaluated). The search process is shown in Fig. 6. We first 1 We note that the gradient search can be improved, e.g., by adjusting step size or moving direction based on the potential performance improvement. We choose the current implementation such that we can easily compare its results with the exhaustive search results.

D. Exhaustive Search for Orbit Radius Next, we select the best radius of the elliptical orbit. We fix center at (104, -47) miles. Using the radius of orbit A as the boundary (rx = 45 miles and ry = 35 miles), we search for radius by scaling 45 miles in X-direction and 35 miles in Y-direction. We vary the common scaling factor β in [0.2, 5] (different scaling factors in X and Y directions could be used at the expense of higher complexity) and check the performance as a function of β. The first approach is exhaustive search, where we check [0.2, 5] with step size 0.2 (we check 25 scaling factors) and find the best scaling factor as 0.6, i.e., the best radius in 27 miles in X-direction and 21 miles in Y-direction. Exhaustive search has high complexity. E. Gradient Search for Orbit Radius We further consider a gradient search. We start with search space [LB, U B] = [0.2, 5] for scaling factor and a middle point m = 1. We check two scaling factors (1 + 0.2)/2 = 0.6 and (1 + 5)/2 = 3. We then have three cases. • The performance P (0.6) is the best. In this case, we change the search space as [LB, U B] = [0.2, 1] and the middle point as m = 0.6. • The performance P (1) is the best. In this case, we terminate and claim 1 is the best.

Fig. 7. The process of converting the elliptical orbit to operational.

The performance P (3) is the best. In this case, we change the search space as [LB, U B] = [1, 5] and the middle point as m = 3. For the first case and the third case, we will further compare the middle point with two other points in the next iteration. A formal description of gradient search is as follows. • The initial search space for scaling factor is [LB, U B] and the middle point is m = 1, where LB < m and U B > m. • If the maximum number of iterations is not reached, compare the throughput achieved by the middle point with r1 = (LB + m)/2 and r2 = (U B + m)/2. – If the performance P (r1 ) is the largest, we change the search space as [LB, m] and the middle point as r1 . – If the performance P (m) is the largest, we can terminate and claim m is the best orbit size. – If the performance P (r2 ) is the largest, we change the search space as [m, U B] and the middle point as r2 . In gradient search, we have LB = 0.2, U B = 5, m = 1, r1 = 0.6 and r2 = 3 in the first iteration. We check scaling factors m = 1, r1 = 0.6 and r2 = 3. It turns out that scaling factor 0.6 achieves the largest throughput. In the second iteration, we have LB = 0.2, U B = 1, m = 0.6, r1 = 0.4 and r2 = 0.8. We check scaling factors m = 0.6, r1 = 0.4 and r2 = 0.8. It turns out that the scaling factor 0.6 still achieves the largest throughput. Thus, we terminate with the optimal scaling factor 0.6. We checked five scaling factors to find the same optimal scaling factor. Scaling factor 0.6 corresponds to radius rx = 27 miles and ry = 21 miles in X- and Y-directions, respectively. •

IV. C ONVERSION

TO AN

O PERATIONAL O RBIT

From the operational point of view, it may be desirable to minimize the number of turns. This translates to fuel efficiency, as turning consumes more fuel than flying straight. Denote fS and fT as the fuel consumption for straight and turning segments, respectively, per unit time. We have fT > fS . An elliptical orbit may not be preferable because the airborne relay is always turning. To make an operational orbit, we pursue two objectives: 1) New orbit should be similar to elliptical orbit such that the performance will not change much. 2) New orbit should have smaller fuel consumption. We follow three steps (Fig. 7) to make an operational orbit: 1) Fit a convex polygon (red orbit) to elliptical orbit (blue orbit).

Fig. 8. Elliptical orbit converted to operational orbit.

2) Introduce smooth turning (green orbit) using turn radius that depends on speed and bank angle. 3) Optimize the number of turning points. In the second step, we use the following relationship among radius r, speed s, bank angle θ, gravity g and orbit period T : r

=

s2 /(g tan θ),

(3)

T

=

2πs/(g tan θ).

(4)

Note that this step can be also generated by CBAR as discussed in Section II-B. In the third step, force-level planning aims to minimize the average fuel consumption by optimally selecting the number of turning points, nT , such that the difference between polygon and elliptical curve lengths (or areas), denoted by d(nT , tS , tT ), is no more than a threshold, τ (this constraint is imposed to bound the deviation from the optimal network performance) where the time spent on straight segment is tS and the time spent on turn segment is tT . The optimization problem in this third step is written as minimize fS × tS + fT × tT subject to d(nT , tS , tT ) < τ variable

(5)

nT .

We consider BD700 equivalent commercial aircraft at altitude h = 44, 000 ft, speed s = 480 Mph, bank angle θ = 20 degree, F1 = 10.2 kg/min, F2 = 14.0 kg/min (obtained from Base of Aircraft Data (BADA) [12]), turn radius r = 8.05 miles, and threshold τ = 0.1. The best nT is 6 when orbit A is considered with exhaustive search to optimize the throughput. The resulting operational orbit is shown in Fig. 8. V. F ORCE - LEVEL P LANNING S OFTWARE We developed a force-level planning software with an interactive GUI in MATLAB. A snapshot of the force-level planning software’s GUI is shown in Fig. 9. The Orbit dialog box in Fig. 9 is used to set the orbit parameters. The orbit period is computed based on the total distance travelled and

Fig. 9. The force-level planning software GUI.

the speed. Positions of subscribers are displayed (they can be configured for other scenarios). The Terrain Map shows the terrain profile as a heat map. The X-direction is East and Y-direction is North. The elliptical optimal orbit (magenta) and the operational orbit (brown) are overlaid. The 15 ground stations are also marked on the terrain (white ’x’). The aircraft type is BD 700 and the bank angle is 20 degree. The Optimization Results tab in Fig. 9 shows the best selected center for the orbit (similarly, the best radius can be added). The average duty cycle and the average throughput are computed based on the optimized center of the orbit across all subscribers. The throughput, the terrain elevation and the orbit elevation profiles are shown for any specified subscriber. The Throughput tab (top) shows the throughput in Kbps for five revolutions of the aircraft. The Elevation Profile tab (bottom left) shows the terrain elevation around the selected subscriber. The orbit Azimuth/Elevation, Az/El, tab (bottom right) shows the orbit elevation and azimuth from the subscriber’s perspective. The Azimuth is between 0 (East) and 360 degrees and elevation is between 0 and 90 degrees. VI. C ONCLUSION In this paper, we presented a force-level planning approach that optimally selects and designs the best orbit of an airborne relay to maximize the aggregate performance of communication subscribers. The performance measures the duty cycle in terms of the signal-to-noise-ratio or the total throughput achieved by communication subscribers subject to realistic channel, terrain, antenna and aircraft characteristics for ground-to-air and air-to-ground communications. We presented different methods to generate an airborne relay orbit and then specialized results to elliptical orbits. In this approach, we selected the best center or radius (in X and Ydirections) as elliptical orbit parameters subject to the specified

altitude and the speed of the aircraft. We performed the optimization via either exhaustive search or gradient search with reduced complexity. We provided the systematic mechanism to convert this elliptical orbit to an operational orbit by optimally selecting orbit waypoints and locating smooth turning points while minimizing the fuel consumption of the airborne relay. We designed and implemented the software for force-level planning that allows the planner to select different properties of airborne relay and communication subscribers, and returns the optimal selection of the airborne relay orbit. R EFERENCES [1] Y. E. Sagduyu, Y. Shi, S. Ponnaluri, S. Soltani, and R. Riley, Optimal Transmission Decisions for Airborne Relay Communications,” in Proc. IEEE MILCOM, 2015. [2] C. Cerasoli, “An Analysis of Unmanned Airborne Vehicle Relay Coverage in Urban Environments,” in Proc. IEEE MILCOM, 2007. [3] F. Q. Feng, J. McGeehan, and A. R. Nix, “Enhancing Coverage and Reducing Power Consumption in Peer-to-Peer Networks Through Airborne Relaying,” in Proc. IEEE VTC, April 2007. [4] O. Cetin and I. Zagli, “Continuous Airborne Communication Relay Approach Using Unmanned Aerial Vehicles,” Journal of Intelligent and Robotic Systems, Jan. 2012. [5] O. Burdakov, P. Doherty, K. Holmberg, J. Kvarnstrom, P. Olsson, “Relay Positioning for Unmanned Aerial Vehicle Surveillance,” The International Journal of Robotics Research, Apr. 200. 2010. [6] S. Kim, P. Silson, A. Tsourdos, and M. Shanmugavel, “Dubins Path Planning of Multiple Unmanned Airborne Vehicles for Communication Relay,” Proceedings of the Institution of Mechanical Engineers, Part G: Journal of Aerospace Engineering, 225(1), pp.12-25, 2011. [7] B. Trent, F. Pozzo, R. Ramanujan, R. Riley, P. O’Neill, C. Banner, and G. Heinen, “DYNAMICS: Inverse Mission Planning for Dedicated Aerial Communications Platforms,” in Proc. IEEE MILCOM 2015. [8] K. J. Kwak, Y. E. Sagduyu, J. Deng, J. Yackoski, J. Li, “Airborne Network Evaluation: Challenges and High Fidelity Emulation Solution,” in Proc. ACM MobiHoc Workshop on Airborne Networks, 2012. [9] Battlefield Airborne Communication Node (BACN), http://www.northropgrumman.com/Capabilities/BACN [10] F. Xu, Y. Hue, S. Ponnaluri, “Channel Modeling based on Bidirectional Ray Tracing and Radiative Transfer Methods,” in Proc. ITC, 2012. [11] Systems Tool Kit (STK), http://www.agi.com/products/stk/ [12] Base of Aircraft Data (BADA), http://www.eurocontrol.int/services/bada

Optimal Orbit Selection and Design for Airborne Relay ...

A software with interactive GUI is designed and ... planning software and discuss results. ... on Bidirectional Analytic Ray Tracing and Radiative Transfer).

1MB Sizes 3 Downloads 281 Views

Recommend Documents

optimal transfer and science orbit design in the ...
conditions where the CW equations are inaccurate. The periodic orbits of Hill's equations are transitioned into a full-ephemeris model of the solar system with multiple shooting. The transfers among these natural orbits are again refined using SNOPT

Relay Selection Schemes for Dual-Hop Networks under ...
Oct 28, 2012 - share their antennas, spatial diversity can be achieved in the fashion of ..... (10). The corresponding achievable secrecy rate is expressed by. Copt = [Ck∗,D − Ck∗,E]. + . (11). The new selection metric is related to the maximiz

Effective Relay Selection for Underwater Cooperative ...
the overall throughput performance of the network with energy constraint. A best ... the advantages of our proposed criterion over the conventional channel state ...

Optimal Placement of Relay Nodes for Energy ...
Feb 21, 2006 - tions as traffic monitoring on freeways or urban street intersections, seismic and ... while providing high coverage and resilience to failures [1, 5]. High coverage of ... ment of the relay nodes and the energy saving through them is

A Joint Relay Selection and Buffer Management ... - IEEE Xplore
Dept. of Computer Science, UCLA. Los Angeles, USA. {tuanle, kalantarian, gerla}@cs.ucla.edu. Abstract—Due to the unstable network topology of Delay.

Naïve Decode-and-Forward Relay Achieves Optimal ...
leads at most only to the DMT for the direct transmission with no cooperation. ..... SIGMOBILE Mobile Computing and Communications Review, vol. 11, no. 4, pp.

Selection Decode-And-Forward Relay Networks with ...
E-mail: [email protected]. Abstract—In this paper, we investigate the average symbol er- ror probability (SEP) of fixed decode-and-forward relay networks over independent but not identically distributed Nakagami-m fading channels. We have der

OPTIMAL PARAMETER SELECTION IN SUPPORT ...
Abstract. The purpose of the paper is to apply a nonlinear programming ... convex optimization, large scale linear and quadratic optimization, semi-definite op-.

Incremental Relaying with Partial Relay Selection - Semantic Scholar
May 5, 2010 - 2. System Model. We consider a wireless relay network consisting of one ..... schemes, the advantage of IRPRS schemes is the improve-. Fig. 2.

Optimal Training Data Selection for Rule-based Data ...
affair employing domain experts, and hence only small .... free rules. A diverse set of difficult textual records are given to set of people making sure that each record is given to a ..... writes when presented with the 100 chosen patterns. A.

Speculative Markov Blanket Discovery for Optimal Feature Selection
the remaining attributes in the domain. Koller and Sahami. [4] first showed that the Markov blanket of a given target at- tribute is the theoretically optimal set of ...

Optimal Measurement Selection For Any-time Kalman ...
simulations, and comparison with optimal solutions, we have conjectured that GSS ... Joint 48th IEEE Conference on Decision and Control and. 28th Chinese ...

Multi-Constrained Optimal Path Selection
Marwan Krunz. Department of Electrical & Computer Engineering ... HE current Internet has been designed to support connectiv- ity based ...... 365–374, 1999.

On the Optimal Link Adaptation in Linear Relay ...
vehicle-to-vehicle networks. The reliability of the multihop ... Engineering & Institute of Marine Industry, Gyeongsang National University,. Republic of Korea ...

OPTIMAL PARAMETER SELECTION IN SUPPORT ...
Website: http://AIMsciences.org ... K. Schittkowski. Department of Computer Science ... algorithm for computing kernel and related parameters of a support vector.

disutility, optimal retirement, and portfolio selection
DISUTILITY, OPTIMAL RETIREMENT, AND PORTFOLIO SELECTION. KYOUNG JIN CHOI. School of Computational Sciences, Korea Institute for Advanced Study,. Seoul, Korea. GYOOCHEOL SHIM. Graduate School of Management, Korea Advanced Institute of Science and Tech

Precise Orbit Determination for Low Earth Orbit Satellites
With the ever increasing sophistication of satellites in low Earth orbit the ability to .... This is an important quantity to model correctly, particularly for satellites in ...

Delay-Optimal Two-Hop Cooperative Relay ...
Sep 10, 2009 - algorithms in two ways: (1) our online iterative solution updates both the value function (potential) and the ... a good strategy with respect to the delay performance. ..... the storage of received information bits. ... Protocol 1 (Au

Time-optimal Active Portfolio Selection
Time-optimal Active Portfolio Selection. Thomas Balzer [email protected]. November 27, 2001. Abstract. In a complete financial market model where the prices of the assets are modeled as Ito diffusion processes, we consider portfolio problems wh

Opportunistic Relay Selection Based on Interference ...
code the third symbols while being interfered with by. Rπ2(1) ... own timer with K initial values, which are proportional to ... The timer of the relay Rπ1(ˆk) with the.

Minimax Robust Relay Selection Based on Uncertain ... - IEEE Xplore
Feb 12, 2014 - for spectrum sharing-based cognitive radios,” IEEE Trans. Signal Pro- ... Richness of wireless channels across time and frequency naturally.

Incremental Relaying with Partial Relay Selection - Semantic Scholar
May 5, 2010 - fer from one disadvantage—a loss in spectral efficiency as multiple orthogonal ... We consider a wireless relay network consisting of one source (S), N relays .... communication link whose equivalent SNR is written as fol- lows: .....